Changeset 550:9e7613fa6d27 in lemon-0.x for src/test
- Timestamp:
- 05/06/04 17:14:13 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@723
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/graph_test.cc
r542 r550 1 1 #include<iostream> 2 2 #include<hugo/smart_graph.h> 3 #include<hugo/skeletons/graph.h>4 #include<../work/alpar/list_graph.h>3 //#include<hugo/skeletons/graph.h> 4 //#include<../work/alpar/list_graph.h> 5 5 6 6 /* … … 270 270 } 271 271 272 template void checkCompile<GraphSkeleton>(GraphSkeleton &);272 //template void checkCompile<GraphSkeleton>(GraphSkeleton &); 273 273 template void checkCompile<SmartGraph>(SmartGraph &); 274 274 template void checkCompile<SymSmartGraph>(SymSmartGraph &); 275 template void checkCompile<ListGraph>(ListGraph &); 276 template void checkCompile<SymListGraph>(SymListGraph &); 275 //template void checkCompile<ListGraph>(ListGraph &); 276 //template void checkCompile<SymListGraph>(SymListGraph &); 277 277 278 //Due to some mysterious and some conceptual problems it does not work. 278 279 //template void checkCompile<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &);
Note: See TracChangeset
for help on using the changeset viewer.