1.1 --- a/src/work/marci/iterator_bfs_demo.cc Fri May 14 18:08:29 2004 +0000
1.2 +++ b/src/work/marci/iterator_bfs_demo.cc Fri May 14 18:28:57 2004 +0000
1.3 @@ -3,7 +3,7 @@
1.4 #include <vector>
1.5 #include <string>
1.6
1.7 -#include <list_graph.h>
1.8 +#include <sage_graph.h>
1.9 //#include <smart_graph.h>
1.10 #include <bfs_dfs.h>
1.11 #include <hugo/graph_wrapper.h>
1.12 @@ -29,7 +29,7 @@
1.13 int main (int, char*[])
1.14 {
1.15 //typedef SmartGraph Graph;
1.16 - typedef ListGraph Graph;
1.17 + typedef SageGraph Graph;
1.18
1.19 typedef Graph::Node Node;
1.20 typedef Graph::Edge Edge;