diff -r d4e911acef3d -r 70e2886211d5 src/test/graph_test.cc --- a/src/test/graph_test.cc Mon Oct 04 17:13:21 2004 +0000 +++ b/src/test/graph_test.cc Tue Oct 05 09:41:05 2004 +0000 @@ -67,27 +67,34 @@ } //Compile Graph -template void lemon::checkCompileStaticGraph +template void lemon::skeleton::checkCompileStaticGraph (skeleton::StaticGraph &); -template void lemon::checkCompileGraph +template +void lemon::skeleton::checkCompileExtendableGraph (skeleton::ExtendableGraph &); -template void lemon::checkCompileErasableGraph +template +void lemon::skeleton::checkCompileErasableGraph (skeleton::ErasableGraph &); //Compile SmartGraph -template void lemon::checkCompileGraph(SmartGraph &); -template void lemon::checkCompileGraphFindEdge(SmartGraph &); +template +void lemon::skeleton::checkCompileExtendableGraph(SmartGraph &); +template +void lemon::skeleton::checkCompileGraphFindEdge(SmartGraph &); //Compile SymSmartGraph //template void hugo::checkCompileGraph(SymSmartGraph &); //template void hugo::checkCompileGraphFindEdge(SymSmartGraph &); //Compile ListGraph -template void lemon::checkCompileGraph(ListGraph &); -template void lemon::checkCompileErasableGraph(ListGraph &); -template void lemon::checkCompileGraphFindEdge(ListGraph &); +template +void lemon::skeleton::checkCompileExtendableGraph(ListGraph &); +template +void lemon::skeleton::checkCompileErasableGraph(ListGraph &); +template +void lemon::skeleton::checkCompileGraphFindEdge(ListGraph &); //Compile SymListGraph @@ -96,22 +103,24 @@ //template void hugo::checkCompileGraphFindEdge(SymListGraph &); //Compile FullGraph -template void lemon::checkCompileStaticGraph(FullGraph &); -template void lemon::checkCompileGraphFindEdge(FullGraph &); +template void lemon::skeleton::checkCompileStaticGraph(FullGraph &); +template +void lemon::skeleton::checkCompileGraphFindEdge(FullGraph &); //Compile EdgeSet -template void lemon::checkCompileGraph > +template void lemon::skeleton::checkCompileExtendableGraph > (EdgeSet &); -template void lemon::checkCompileGraphEraseEdge > +template void lemon::skeleton::checkCompileGraphEraseEdge > (EdgeSet &); -template void lemon::checkCompileGraphFindEdge > +template void lemon::skeleton::checkCompileGraphFindEdge > (EdgeSet &); //Compile EdgeSet -template void lemon::checkCompileGraph >(EdgeSet &); -template void lemon::checkCompileGraphEraseEdge > +template void lemon::skeleton::checkCompileExtendableGraph > (EdgeSet &); -template void lemon::checkCompileGraphFindEdge > +template void lemon::skeleton::checkCompileGraphEraseEdge > +(EdgeSet &); +template void lemon::skeleton::checkCompileGraphFindEdge > (EdgeSet &);