src/work/marci/bfsit_vs_byhand.cc
changeset 360 91fba31268d6
parent 359 8cc53a6b1e61
child 389 770cc1f4861f
     1.1 --- a/src/work/marci/bfsit_vs_byhand.cc	Wed Apr 21 14:59:43 2004 +0000
     1.2 +++ b/src/work/marci/bfsit_vs_byhand.cc	Wed Apr 21 15:14:45 2004 +0000
     1.3 @@ -51,7 +51,7 @@
     1.4  
     1.5    {
     1.6      ts.reset();      
     1.7 -    BfsIterator5< Graph, Graph::NodeMap<bool> > bfs(G);
     1.8 +    BfsIterator< Graph, Graph::NodeMap<bool> > bfs(G);
     1.9      bfs.pushAndSetReached(s);
    1.10      pred.set(s, INVALID);
    1.11      while (!bfs.finished()) {