checkpoint
[anneal.git] / src / edu / berkeley / qfat / Mesh.java
index e06ac65..e530ad7 100644 (file)
@@ -11,7 +11,6 @@ import edu.berkeley.qfat.geom.Point;
 
 public class Mesh implements Iterable<Mesh.T> {
 
-
     public static float EPSILON = (float)0.0001;
     public static Random random = new Random();