Changeset 909:6a22e0dfd453 in lemon-0.x for src/test/graph_test.cc
- Timestamp:
- 09/26/04 23:43:38 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1220
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/graph_test.cc
r906 r909 64 64 checkGraphInEdgeList(G,n,3); 65 65 checkGraphOutEdgeList(G,n,3); 66 ++n;67 66 } 68 67 } … … 83 82 84 83 //Compile SymSmartGraph 85 template void hugo::checkCompileGraph<SymSmartGraph>(SymSmartGraph &);86 template void hugo::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);84 //template void hugo::checkCompileGraph<SymSmartGraph>(SymSmartGraph &); 85 //template void hugo::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &); 87 86 88 87 //Compile ListGraph … … 93 92 94 93 //Compile SymListGraph 95 template void hugo::checkCompileGraph<SymListGraph>(SymListGraph &);96 template void hugo::checkCompileErasableGraph<SymListGraph>(SymListGraph &);97 template void hugo::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);94 //template void hugo::checkCompileGraph<SymListGraph>(SymListGraph &); 95 //template void hugo::checkCompileErasableGraph<SymListGraph>(SymListGraph &); 96 //template void hugo::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &); 98 97 99 98 //Compile FullGraph … … 132 131 } 133 132 { 134 SymSmartGraph G;135 addPetersen(G);136 checkPetersen(G);133 // SymSmartGraph G; 134 // addPetersen(G); 135 // checkPetersen(G); 137 136 } 138 137 { 139 SymListGraph G;140 addPetersen(G);141 checkPetersen(G);138 // SymListGraph G; 139 // addPetersen(G); 140 // checkPetersen(G); 142 141 } 143 142
Note: See TracChangeset
for help on using the changeset viewer.