[Lemon-commits] Alpar Juttner: Merge
Lemon HG
hg at lemon.cs.elte.hu
Fri Nov 20 14:18:43 CET 2009
details: http://lemon.cs.elte.hu/hg/lemon/rev/9cc6e98c487d
changeset: 860:9cc6e98c487d
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Fri Nov 20 14:18:33 2009 +0100
description:
Merge
diffstat:
lemon/hartmann_orlin.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (14 lines):
diff --git a/lemon/hartmann_orlin.h b/lemon/hartmann_orlin.h
--- a/lemon/hartmann_orlin.h
+++ b/lemon/hartmann_orlin.h
@@ -598,7 +598,9 @@
}
}
level[u] = Pair(i, j);
- u = _gr.source(_data[u][j].pred);
+ if (j != 0) {
+ u = _gr.source(_data[u][j].pred);
+ }
}
}
More information about the Lemon-commits
mailing list