[Lemon-commits] Balazs Dezso: Fix clear() function in ExtendFind...
Lemon HG
hg at lemon.cs.elte.hu
Thu Dec 10 09:21:27 CET 2009
details: http://lemon.cs.elte.hu/hg/lemon/rev/28c7ad6f8d91
changeset: 864:28c7ad6f8d91
user: Balazs Dezso <deba [at] inf.elte.hu>
date: Thu Dec 10 09:14:47 2009 +0100
description:
Fix clear() function in ExtendFindEnum (#335)
diffstat:
lemon/unionfind.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/lemon/unionfind.h b/lemon/unionfind.h
--- a/lemon/unionfind.h
+++ b/lemon/unionfind.h
@@ -739,7 +739,7 @@
/// Erase each item from the data structure.
void clear() {
items.clear();
- classes.clear;
+ classes.clear();
firstClass = firstFreeClass = firstFreeItem = -1;
}
More information about the Lemon-commits
mailing list