checkpoint
[anneal.git] / src / edu / berkeley / qfat / bind / HasBindingGroup.java
index b9b85b8..b7c8db3 100644 (file)
@@ -49,7 +49,7 @@ public abstract class HasBindingGroup {
 
     /** returns the AffineConstraint of this BG, translated into this HBG's space */
     public AffineConstraint getBindingConstraint() {
-        if (bindingGroup==null) return new AffineConstraint.All();
+        if (bindingGroup==null) return AffineConstraint.ALL;
         return bindingGroup.getAffineConstraint(this);
     }