Normand Briere
2019-05-01 20c1a07b76c39462594aedfedfe6e6adb17cd552
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);