[Lemon-commits] [lemon_svn] marci: r554 - hugo/trunk/src/work/marci
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:40:10 CET 2006
Author: marci
Date: Mon Apr 26 16:25:51 2004
New Revision: 554
Modified:
hugo/trunk/src/work/marci/bfs_iterator.h
Log:
gcc-3.4.0
Modified: hugo/trunk/src/work/marci/bfs_iterator.h
==============================================================================
--- hugo/trunk/src/work/marci/bfs_iterator.h (original)
+++ hugo/trunk/src/work/marci/bfs_iterator.h Mon Apr 26 16:25:51 2004
@@ -127,7 +127,7 @@
}
Bfs<Graph, ReachedMap, PredMap, DistMap> 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()]);
}
More information about the Lemon-commits
mailing list