checkpoint
[anneal.git] / src / Geom.java
index 6a11064..83df984 100644 (file)
@@ -23,9 +23,7 @@ public class Geom implements Iterable<Geom.T> {
 
     public Geom score_against = null;
     public double score = 0;
-    public float score() {
-        return (float)score;
-    }
+    public float score() { return (float)score; }
 
     public float rescore() {
         int num = 0;
@@ -140,11 +138,9 @@ public class Geom implements Iterable<Geom.T> {
             if (ps.get(p) != null) throw new Error();
             ps.put(this.p, this);
         }
-        /*
         public int hashCode() {
             throw new Error();
         }
-        */
         public void kdremove() {
             if (!inserted) return;
             inserted = false;