src/test/graph_test.cc
changeset 880 9d0bfd35b97c
parent 873 f3a30fda2e49
child 906 17f31d280385
     1.1 --- a/src/test/graph_test.cc	Fri Sep 17 15:11:39 2004 +0000
     1.2 +++ b/src/test/graph_test.cc	Fri Sep 17 15:51:50 2004 +0000
     1.3 @@ -51,15 +51,15 @@
     1.4    }  
     1.5  }
     1.6  
     1.7 -//Compile GraphSkeleton
     1.8 -template void hugo::checkCompileStaticGraph<skeleton::StaticGraphSkeleton>
     1.9 -(skeleton::StaticGraphSkeleton &);
    1.10 +//Compile Graph
    1.11 +template void hugo::checkCompileStaticGraph<skeleton::StaticGraph>
    1.12 +(skeleton::StaticGraph &);
    1.13  
    1.14 -template void hugo::checkCompileGraph<skeleton::ExtendableGraphSkeleton>
    1.15 -(skeleton::ExtendableGraphSkeleton &);
    1.16 +template void hugo::checkCompileGraph<skeleton::ExtendableGraph>
    1.17 +(skeleton::ExtendableGraph &);
    1.18  
    1.19 -template void hugo::checkCompileErasableGraph<skeleton::ErasableGraphSkeleton>
    1.20 -(skeleton::ErasableGraphSkeleton &);
    1.21 +template void hugo::checkCompileErasableGraph<skeleton::ErasableGraph>
    1.22 +(skeleton::ErasableGraph &);
    1.23  
    1.24  //Compile SmartGraph
    1.25  template void hugo::checkCompileGraph<SmartGraph>(SmartGraph &);