X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeom.java;h=83df984d1f2270e5927e369764d0be6d02dd3432;hb=08a5adc208d99878a43e1f436b25b5aa9674af3e;hp=6a11064e549f2b06871a4f93d09945093093fe83;hpb=3b3dd514ddc6861b08fc3deffaa018f32b7c9c78;p=anneal.git diff --git a/src/Geom.java b/src/Geom.java index 6a11064..83df984 100644 --- a/src/Geom.java +++ b/src/Geom.java @@ -23,9 +23,7 @@ public class Geom implements Iterable { 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 { 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;