checkpoint
[anneal.git] / src / edu / berkeley / qfat / Mesh.java
index 85e838c..f9c9b94 100644 (file)
@@ -336,13 +336,13 @@ public class Mesh implements Iterable<Mesh.T> {
                 eother.bind_to = bind_others;
                 bind_others.add(eother);
             }
-            /*
+
             for(E ex : (!swap ? right : left)) {
                 if (e.prev.isBoundTo(ex.prev)) {
                     System.out.println("hit!");
                 }
             }
-            */
+
         }
         public void dobind(E e) {
             for(E ebound : set) {