src/work/iterator_bfs_dfs_demo.cc
changeset 107 8d62f0072ff0
parent 59 41c7f9c09a12
child 921 818510fa3d99
     1.1 --- a/src/work/iterator_bfs_dfs_demo.cc	Fri Feb 20 21:57:39 2004 +0000
     1.2 +++ b/src/work/iterator_bfs_dfs_demo.cc	Fri Feb 20 21:59:34 2004 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  #include <list_graph.hh>
     1.5  #include <bfs_iterator.hh>
     1.6  
     1.7 -using namespace marci;
     1.8 +using namespace hugo;
     1.9  
    1.10  int main (int, char*[])
    1.11  {