checkpoint
[sbp.git] / src / edu / berkeley / sbp / GSS.java
index 04a6310..6d5f8ab 100644 (file)
@@ -259,7 +259,7 @@ class GSS {
                 this.n = n;
                 this.n2 = n2;
                 this.r = r;
-                if (reductions.contains(this)) { done = true; return; }
+                //if (reductions.contains(this)) { done = true; return; }
                 reductions.add(this);
                 pendingReduct.addFirst(this);
                 pendingReductions++;