test/graph_factory_test.cc
changeset 2111 ea1fa1bc3f6d
parent 1956 a055123339d5
child 2260 4274224f8a7d
     1.1 --- a/test/graph_factory_test.cc	Mon Jun 26 15:40:35 2006 +0000
     1.2 +++ b/test/graph_factory_test.cc	Wed Jun 28 15:06:24 2006 +0000
     1.3 @@ -70,20 +70,20 @@
     1.4  }
     1.5  
     1.6  //Compile Graph
     1.7 -template void lemon::concept::checkCompileStaticGraph<concept::StaticGraph>
     1.8 -(concept::StaticGraph &);
     1.9 +template void lemon::concept::checkCompileGraph<concept::Graph>
    1.10 +(concept::Graph &);
    1.11  
    1.12  template
    1.13 -void lemon::concept::checkCompileExtendableGraph<concept::ExtendableGraph>
    1.14 -(concept::ExtendableGraph &);
    1.15 +void lemon::concept::checkCompileGraph<concept::Graph>
    1.16 +(concept::Graph &);
    1.17  
    1.18  template
    1.19 -void lemon::concept::checkCompileErasableGraph<concept::ErasableGraph>
    1.20 -(concept::ErasableGraph &);
    1.21 +void lemon::concept::checkCompileGraph<concept::Graph>
    1.22 +(concept::Graph &);
    1.23  
    1.24  //Compile SmartGraph
    1.25  template
    1.26 -void lemon::concept::checkCompileExtendableGraph<SmartGraph>(SmartGraph &);
    1.27 +void lemon::concept::checkCompileGraph<SmartGraph>(SmartGraph &);
    1.28  template
    1.29  void lemon::concept::checkCompileGraphFindEdge<SmartGraph>(SmartGraph &);
    1.30  
    1.31 @@ -93,20 +93,20 @@
    1.32  
    1.33  //Compile ListGraph
    1.34  template
    1.35 -void lemon::concept::checkCompileExtendableGraph<ListGraph>(ListGraph &);
    1.36 +void lemon::concept::checkCompileGraph<ListGraph>(ListGraph &);
    1.37  template
    1.38 -void lemon::concept::checkCompileErasableGraph<ListGraph>(ListGraph &);
    1.39 +void lemon::concept::checkCompileGraph<ListGraph>(ListGraph &);
    1.40  template
    1.41  void lemon::concept::checkCompileGraphFindEdge<ListGraph>(ListGraph &);
    1.42  
    1.43  
    1.44  //Compile SymListGraph
    1.45  //template void hugo::checkCompileGraph<SymListGraph>(SymListGraph &);
    1.46 -//template void hugo::checkCompileErasableGraph<SymListGraph>(SymListGraph &);
    1.47 +//template void hugo::checkCompileGraph<SymListGraph>(SymListGraph &);
    1.48  //template void hugo::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
    1.49  
    1.50  //Compile FullGraph
    1.51 -template void lemon::concept::checkCompileStaticGraph<FullGraph>(FullGraph &);
    1.52 +template void lemon::concept::checkCompileGraph<FullGraph>(FullGraph &);
    1.53  template
    1.54  void lemon::concept::checkCompileGraphFindEdge<FullGraph>(FullGraph &);
    1.55