diff -r 75f749682240 -r c80ef5912903 src/test/sym_graph_test.h --- a/src/test/sym_graph_test.h Thu Nov 04 18:52:31 2004 +0000 +++ b/src/test/sym_graph_test.h Thu Nov 04 20:24:59 2004 +0000 @@ -27,7 +27,7 @@ /// \e - /// \todo This should go to lemon/skeleton/symgraph.h + /// \todo This should go to lemon/concept/symgraph.h /// template void checkCompileStaticSymGraph(Graph &G) { @@ -40,7 +40,7 @@ typedef typename Graph::InEdgeIt InEdgeIt; typedef typename Graph::OutEdgeIt OutEdgeIt; - lemon::skeleton::checkCompileStaticGraph(G); + lemon::concept::checkCompileStaticGraph(G); { SymEdge i; SymEdge j(i); SymEdge k(INVALID); @@ -157,7 +157,7 @@ template void checkCompileErasableSymGraph(Graph &G) { checkCompileSymGraph(G); - lemon::skeleton::checkCompileGraphEraseNode(G); + lemon::concept::checkCompileGraphEraseNode(G); checkCompileSymGraphEraseSymEdge(G); }