Changeset 959:c80ef5912903 in lemon-0.x for src/work/marci
- 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
-
TabularUnified src/work/marci/bfs_mm_test.cc ¶
r944 r959 18 18 #include <lemon/smart_graph.h> 19 19 #include <bfs_mm.h> 20 #include <lemon/ skeletons/graph.h>20 #include <lemon/concept/graph.h> 21 21 22 22 using namespace lemon; … … 27 27 void check_Bfs_Compile() 28 28 { 29 typedef skeleton::StaticGraph Graph;29 typedef concept::StaticGraph Graph; 30 30 31 31 typedef Graph::Edge Edge;
Note: See TracChangeset
for help on using the changeset viewer.