# HG changeset patch # User marci # Date 1082989551 0 # Node ID 3fd2eec272e0b81b3369512b267c402d7d74c8a2 # Parent 9cb93f692e92a2ca235bd0a60188bafc9533dce4 gcc-3.4.0 diff -r 9cb93f692e92 -r 3fd2eec272e0 src/work/marci/bfs_iterator.h --- a/src/work/marci/bfs_iterator.h Mon Apr 26 14:19:19 2004 +0000 +++ b/src/work/marci/bfs_iterator.h Mon Apr 26 14:25:51 2004 +0000 @@ -127,7 +127,7 @@ } Bfs operator++() { Parent::operator++(); - if (this->graph->valid(actual_edge) && this->b_node_newly_reached) { + if (this->graph->valid(this->actual_edge) && this->b_node_newly_reached) { pred.set(s, actual_edge); dist.set(s, dist[this->aNode()]); }