COIN-OR::LEMON - Graph Library

Changeset 997:665ffade9aca in lemon-0.x for src/test


Ignore:
Timestamp:
11/15/04 17:39:55 (19 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1387
Message:

RevGraphWrapper? modified according to the factory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/graph_wrapper_test.cc

    r992 r997  
    4545    checkConcept<StaticGraph, GraphWrapper<StaticGraph> >();
    4646
    47 //     function_requires<StaticGraphConcept<RevGraphWrapper<Graph> > >();
     47    checkConcept<StaticGraph, RevGraphWrapper<StaticGraph> >();
    4848
    4949    checkConcept<StaticGraph, SubGraphWrapper<StaticGraph,
Note: See TracChangeset for help on using the changeset viewer.