From 08a5adc208d99878a43e1f436b25b5aa9674af3e Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 4 Dec 2007 19:59:11 -0800 Subject: [PATCH] checkpoint darcs-hash:20071205035911-5007d-84d28e86de5e2ff3d66c4fac9c80423c593ca8df.gz --- src/Geom.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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; -- 1.7.10.4