X-Git-Url: http://git.megacz.com/?p=anneal.git;a=blobdiff_plain;f=src%2FGeom.java;h=6bfe4f1e2876a04b33fbed9d87350a7dd4070caa;hp=799f9267b67e5902ee61148e7ec8ac7353939160;hb=6b3895c2802157bfaab8d629c9870790d763001f;hpb=5619b32faf8a6e8682c7fbdce37c543f83a13783 diff --git a/src/Geom.java b/src/Geom.java index 799f926..6bfe4f1 100644 --- a/src/Geom.java +++ b/src/Geom.java @@ -268,7 +268,7 @@ public class Geom implements Iterable { } rescore(); boolean good = true; - + /* for(T t : ts) { for(E e = this.e; ;) { if (e.intersects(t)) { good = false; break; } @@ -276,6 +276,7 @@ public class Geom implements Iterable { if (e == this.e) break; } } + */ /* if (t==this.t) continue; if (this.intersects(t)) good = false;