checkpoint
authoradam <adam@megacz.com>
Wed, 5 Dec 2007 03:59:11 +0000 (19:59 -0800)
committeradam <adam@megacz.com>
Wed, 5 Dec 2007 03:59:11 +0000 (19:59 -0800)
darcs-hash:20071205035911-5007d-84d28e86de5e2ff3d66c4fac9c80423c593ca8df.gz

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;