X-Git-Url: http://git.megacz.com/?p=anneal.git;a=blobdiff_plain;f=src%2Fedu%2Fberkeley%2Fqfat%2Fgeom%2FHasBindingGroup.java;fp=src%2Fedu%2Fberkeley%2Fqfat%2Fgeom%2FHasBindingGroup.java;h=ad9ee316d5a0cded2875852999416477cbe062a8;hp=064b65715eb94fcb7f443386fe7f4a988d7f2ad5;hb=4c6451ef747ae7ffc2aa8955e55254673ac49d16;hpb=db91e356d433030537508cacbf91bce9dd82f38f diff --git a/src/edu/berkeley/qfat/geom/HasBindingGroup.java b/src/edu/berkeley/qfat/geom/HasBindingGroup.java index 064b657..ad9ee31 100644 --- a/src/edu/berkeley/qfat/geom/HasBindingGroup.java +++ b/src/edu/berkeley/qfat/geom/HasBindingGroup.java @@ -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 =