diff -r 5531429143bc -r 9e7613fa6d27 src/test/graph_test.cc --- a/src/test/graph_test.cc Thu May 06 15:10:48 2004 +0000 +++ b/src/test/graph_test.cc Thu May 06 15:14:13 2004 +0000 @@ -1,7 +1,7 @@ #include #include -#include -#include<../work/alpar/list_graph.h> +//#include +//#include<../work/alpar/list_graph.h> /* This test makes consistency checks of list graph structures. @@ -269,11 +269,12 @@ } } -template void checkCompile(GraphSkeleton &); +//template void checkCompile(GraphSkeleton &); template void checkCompile(SmartGraph &); template void checkCompile(SymSmartGraph &); -template void checkCompile(ListGraph &); -template void checkCompile(SymListGraph &); +//template void checkCompile(ListGraph &); +//template void checkCompile(SymListGraph &); + //Due to some mysterious and some conceptual problems it does not work. //template void checkCompile >(EdgeSet &);