src/test/graph_test.cc
changeset 717 6874df3f61db
parent 592 5961cce7ec53
child 733 240003bddaff
     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  {