Changeset 959:c80ef5912903 in lemon-0.x for src/test/sym_graph_test.cc
- Timestamp:
- 11/04/04 21:24:59 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1342
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/sym_graph_test.cc
r938 r959 17 17 #include<iostream> 18 18 19 #include<lemon/ skeletons/sym_graph.h>19 #include<lemon/concept/sym_graph.h> 20 20 21 21 #include<lemon/list_graph.h> … … 55 55 56 56 //Compile Graph 57 template void lemon::checkCompileStaticSymGraph< skeleton::StaticSymGraph>58 ( skeleton::StaticSymGraph &);57 template void lemon::checkCompileStaticSymGraph<concept::StaticSymGraph> 58 (concept::StaticSymGraph &); 59 59 60 template void lemon::checkCompileSymGraph< skeleton::ExtendableSymGraph>61 ( skeleton::ExtendableSymGraph &);60 template void lemon::checkCompileSymGraph<concept::ExtendableSymGraph> 61 (concept::ExtendableSymGraph &); 62 62 63 template void lemon::checkCompileErasableSymGraph< skeleton::ErasableSymGraph>64 ( skeleton::ErasableSymGraph &);63 template void lemon::checkCompileErasableSymGraph<concept::ErasableSymGraph> 64 (concept::ErasableSymGraph &); 65 65 66 66 … … 68 68 template void lemon::checkCompileSymGraph<SymSmartGraph>(SymSmartGraph &); 69 69 template 70 void lemon:: skeleton::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);70 void lemon::concept::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &); 71 71 72 72 //Compile SymListGraph … … 74 74 template void lemon::checkCompileErasableSymGraph<SymListGraph>(SymListGraph &); 75 75 template 76 void lemon:: skeleton::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);76 void lemon::concept::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &); 77 77 78 78 int main()
Note: See TracChangeset
for help on using the changeset viewer.