src/test/graph_test.cc
changeset 793 9cd0aeea47b0
parent 787 584270fba752
child 800 b70a494b4912
     1.1 --- a/src/test/graph_test.cc	Thu Sep 02 17:56:40 2004 +0000
     1.2 +++ b/src/test/graph_test.cc	Fri Sep 03 09:41:50 2004 +0000
     1.3 @@ -18,7 +18,6 @@
     1.4  */
     1.5  
     1.6  using namespace hugo;
     1.7 -using namespace hugo::skeleton;
     1.8  
     1.9  template<class Graph> void checkCompileStaticGraph(Graph &G) 
    1.10  {
    1.11 @@ -341,11 +340,13 @@
    1.12  }
    1.13  
    1.14  //Compile GraphSkeleton
    1.15 -template 
    1.16 -void checkCompileStaticGraph<StaticGraphSkeleton>(StaticGraphSkeleton &);
    1.17 -template void checkCompile<GraphSkeleton>(GraphSkeleton &);
    1.18 -template
    1.19 -void checkCompileErase<EraseableGraphSkeleton>(EraseableGraphSkeleton &);
    1.20 +template void checkCompileStaticGraph<skeleton::StaticGraphSkeleton>
    1.21 +(skeleton::StaticGraphSkeleton &);
    1.22 +
    1.23 +template void checkCompile<skeleton::GraphSkeleton>(skeleton::GraphSkeleton &);
    1.24 +
    1.25 +template void checkCompileErase<skeleton::EraseableGraphSkeleton>
    1.26 +(skeleton::EraseableGraphSkeleton &);
    1.27  
    1.28  //Compile SmartGraph
    1.29  template void checkCompile<SmartGraph>(SmartGraph &);