COIN-OR::LEMON - Graph Library

Changeset 1909:2d806130e700 in lemon-0.x for test/graph_adaptor_test.cc


Ignore:
Timestamp:
01/26/06 16:42:13 (18 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2484
Message:

Undir -> U transition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/graph_adaptor_test.cc

    r1875 r1909  
    2020#include<lemon/smart_graph.h>
    2121#include<lemon/concept/graph.h>
    22 #include<lemon/concept/undir_graph.h>
     22#include<lemon/concept/ugraph.h>
    2323
    2424#include<lemon/list_graph.h>
     
    6666
    6767    /// \bug why does not compile with StaticGraph
    68     checkConcept<BaseIterableUndirGraphConcept, UndirGraphAdaptor<ListGraph> >();
    69     checkConcept<IterableUndirGraphConcept, UndirGraphAdaptor<ListGraph> >();
    70     checkConcept<MappableUndirGraphConcept, UndirGraphAdaptor<ListGraph> >();
     68    checkConcept<BaseIterableUGraphConcept, UGraphAdaptor<ListGraph> >();
     69    checkConcept<IterableUGraphConcept, UGraphAdaptor<ListGraph> >();
     70    checkConcept<MappableUGraphConcept, UGraphAdaptor<ListGraph> >();
    7171  }
    7272  std::cout << __FILE__ ": All tests passed.\n";
Note: See TracChangeset for help on using the changeset viewer.