src/test/sym_graph_test.h
changeset 959 c80ef5912903
parent 938 70e2886211d5
child 986 e997802b855c
     1.1 --- a/src/test/sym_graph_test.h	Thu Nov 04 18:52:31 2004 +0000
     1.2 +++ b/src/test/sym_graph_test.h	Thu Nov 04 20:24:59 2004 +0000
     1.3 @@ -27,7 +27,7 @@
     1.4    
     1.5    /// \e
     1.6  
     1.7 -  /// \todo This should go to lemon/skeleton/symgraph.h
     1.8 +  /// \todo This should go to lemon/concept/symgraph.h
     1.9    ///
    1.10    template<class Graph> void checkCompileStaticSymGraph(Graph &G) 
    1.11      {
    1.12 @@ -40,7 +40,7 @@
    1.13        typedef typename Graph::InEdgeIt InEdgeIt;
    1.14        typedef typename Graph::OutEdgeIt OutEdgeIt;
    1.15  
    1.16 -      lemon::skeleton::checkCompileStaticGraph(G);
    1.17 +      lemon::concept::checkCompileStaticGraph(G);
    1.18    
    1.19        {
    1.20  	SymEdge i; SymEdge j(i); SymEdge k(INVALID);
    1.21 @@ -157,7 +157,7 @@
    1.22    template<class Graph> void checkCompileErasableSymGraph(Graph &G) 
    1.23      {
    1.24        checkCompileSymGraph(G);
    1.25 -      lemon::skeleton::checkCompileGraphEraseNode(G);
    1.26 +      lemon::concept::checkCompileGraphEraseNode(G);
    1.27        checkCompileSymGraphEraseSymEdge(G);
    1.28      }
    1.29