Changeset 189:04becc472709 in lemon-0.x for src/work/marci/leda_bfs_dfs.cc
- Timestamp:
- 03/16/04 16:27:20 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@265
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/leda_bfs_dfs.cc
r181 r189 10 10 #include <bfs_iterator.h> 11 11 #include <graph_wrapper.h> 12 #include <leda_graph .h>12 #include <leda_graph_wrapper.h> 13 13 14 14 using namespace hugo; … … 36 36 //typedef SmartGraph Graph; 37 37 //typedef ListGraph Graph; 38 typedef LedaGraph <leda::graph> Graph;38 typedef LedaGraphWrapper<leda::graph> Graph; 39 39 40 40 typedef Graph::Node Node;
Note: See TracChangeset
for help on using the changeset viewer.