COIN-OR::LEMON - Graph Library

Changeset 980:0f1044b7a3af in lemon-0.x for src/test/graph_test.cc


Ignore:
Timestamp:
11/11/04 10:31:55 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1368
Message:

maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge)
getNodeObserverRegistry() and getEdgeObserverRegistry() changed to
getObserverRegistry(Node) and getObserverRegistry(Edge)

IdMappableGraphExtender? erased

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/graph_test.cc

    r959 r980  
    3434    function_requires<IterableGraphComponentConcept<IterableGraphComponent> >();
    3535
    36     function_requires<IdMappableGraphComponentConcept<IdMappableGraphComponent> >();
    3736    function_requires<MappableGraphComponentConcept<MappableGraphComponent> >();
    3837
Note: See TracChangeset for help on using the changeset viewer.