Test EdgeSet/NodeSet as well.
authoralpar
Wed, 21 Jul 2004 07:01:14 +0000
changeset 7176874df3f61db
parent 716 e7f13f60fcfd
child 718 75d36edc6bc4
Test EdgeSet/NodeSet as well.
src/test/graph_test.cc
     1.1 --- a/src/test/graph_test.cc	Wed Jul 21 06:59:55 2004 +0000
     1.2 +++ b/src/test/graph_test.cc	Wed Jul 21 07:01:14 2004 +0000
     1.3 @@ -267,9 +267,8 @@
     1.4  template void checkCompile<SymListGraph>(SymListGraph &);
     1.5  template void checkCompileStaticGraph<FullGraph>(FullGraph &);
     1.6  
     1.7 -//Due to some mysterious problems it does not work.
     1.8  template void checkCompile<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &);
     1.9 -//template void checkCompile<EdgeSet <NodeSet> >(EdgeSet <NodeSet> &);
    1.10 +template void checkCompile<EdgeSet <NodeSet> >(EdgeSet <NodeSet> &);
    1.11  
    1.12  int main() 
    1.13  {