1.1 --- a/src/test/graph_test.cc Thu Sep 02 10:07:30 2004 +0000
1.2 +++ b/src/test/graph_test.cc Thu Sep 02 10:54:26 2004 +0000
1.3 @@ -320,6 +320,7 @@
1.4
1.5 //Compile SmartGraph
1.6 template void checkCompile<SmartGraph>(SmartGraph &);
1.7 +
1.8 //Compile SymSmartGraph
1.9 template void checkCompile<SymSmartGraph>(SymSmartGraph &);
1.10
1.11 @@ -328,6 +329,7 @@
1.12 template void checkCompileErase<ListGraph>(ListGraph &);
1.13 template void checkCompileFindEdge<ListGraph>(ListGraph &);
1.14
1.15 +
1.16 //Compile SymListGraph
1.17 template void checkCompile<SymListGraph>(SymListGraph &);
1.18 template void checkCompileErase<SymListGraph>(SymListGraph &);