author | marci |
Mon, 26 Apr 2004 14:25:51 +0000 | |
changeset 414 | 3fd2eec272e0 |
parent 413 | 9cb93f692e92 |
child 415 | 679e64913c5e |
1.1 --- a/src/work/marci/bfs_iterator.h Mon Apr 26 14:19:19 2004 +0000 1.2 +++ b/src/work/marci/bfs_iterator.h Mon Apr 26 14:25:51 2004 +0000 1.3 @@ -127,7 +127,7 @@ 1.4 } 1.5 Bfs<Graph, ReachedMap, PredMap, DistMap> operator++() { 1.6 Parent::operator++(); 1.7 - if (this->graph->valid(actual_edge) && this->b_node_newly_reached) { 1.8 + if (this->graph->valid(this->actual_edge) && this->b_node_newly_reached) { 1.9 pred.set(s, actual_edge); 1.10 dist.set(s, dist[this->aNode()]); 1.11 }