Normand Briere
2019-05-01 25cef97465f0bfa8959663754e9243006324c81c
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);