COIN-OR::LEMON - Graph Library

Changeset 987:87f7c54892df in lemon-0.x for src/test


Ignore:
Timestamp:
11/13/04 18:07:10 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1377
Message:

Naming changes:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/sym_graph_test.h

    r986 r987  
    9696        {
    9797          //Check the typedef's
    98           typename Graph::template SymEdgeMap<int>::ValueType val;
     98          typename Graph::template SymEdgeMap<int>::Value val;
    9999          val = 1;
    100           typename Graph::template SymEdgeMap<int>::KeyType key;
     100          typename Graph::template SymEdgeMap<int>::Key key;
    101101          key = typename Graph::SymEdgeIt(G);
    102102        }
     
    119119        {
    120120          //Check the typedef's
    121           typename Graph::template SymEdgeMap<bool>::ValueType val;
     121          typename Graph::template SymEdgeMap<bool>::Value val;
    122122          val=true;
    123           typename Graph::template SymEdgeMap<bool>::KeyType key;
     123          typename Graph::template SymEdgeMap<bool>::Key key;
    124124          key= typename Graph::SymEdgeIt(G);
    125125        }
Note: See TracChangeset for help on using the changeset viewer.