Normand Briere
2019-05-05 44b1501b5c4cd60ea67cc3d0971ed53f53b594e6
ImplicitTiler.java
....@@ -365,6 +365,7 @@
365365
366366 void subdivide(double x[], double y[], double z[], int dimension)
367367 {
368
+ new Exception().printStackTrace();
368369 System.exit(0);
369370 boolean out[] = new boolean[2];
370371 implicit.boxInside(x, y, z, out);