checkpoint autogen tile
[anneal.git] / src / edu / berkeley / qfat / geom / HasBindingGroup.java
index 064b657..ad9ee31 100644 (file)
@@ -18,10 +18,17 @@ public abstract class HasBindingGroup {
         if (other.bindingGroup == this.bindingGroup) {
             if (getBindingMatrix(other).equals(bindingMatrix))
                 return;
+            /*
             throw new Error("rebind attempt: "+this+" and "+other+" with "
                             + bindingMatrix
                             + "; expected "
                             + getBindingMatrix(other));
+            */
+            System.err.println("WARNING: discarding rebind attempt: "+this+" and "+other+" with "
+                               + bindingMatrix
+                               + "; expected "
+                               + getBindingMatrix(other));
+            return;
         }
 
         bindingMatrix =