1.1 --- a/src/test/graph_test.cc Thu May 06 15:10:48 2004 +0000
1.2 +++ b/src/test/graph_test.cc Thu May 06 15:14:13 2004 +0000
1.3 @@ -1,7 +1,7 @@
1.4 #include<iostream>
1.5 #include<hugo/smart_graph.h>
1.6 -#include<hugo/skeletons/graph.h>
1.7 -#include<../work/alpar/list_graph.h>
1.8 +//#include<hugo/skeletons/graph.h>
1.9 +//#include<../work/alpar/list_graph.h>
1.10
1.11 /*
1.12 This test makes consistency checks of list graph structures.
1.13 @@ -269,11 +269,12 @@
1.14 }
1.15 }
1.16
1.17 -template void checkCompile<GraphSkeleton>(GraphSkeleton &);
1.18 +//template void checkCompile<GraphSkeleton>(GraphSkeleton &);
1.19 template void checkCompile<SmartGraph>(SmartGraph &);
1.20 template void checkCompile<SymSmartGraph>(SymSmartGraph &);
1.21 -template void checkCompile<ListGraph>(ListGraph &);
1.22 -template void checkCompile<SymListGraph>(SymListGraph &);
1.23 +//template void checkCompile<ListGraph>(ListGraph &);
1.24 +//template void checkCompile<SymListGraph>(SymListGraph &);
1.25 +
1.26 //Due to some mysterious and some conceptual problems it does not work.
1.27 //template void checkCompile<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &);
1.28