Normand Briere
2019-05-13 f924d3e00db476c06f55f3d5aaef307e17575340
Blob.java
....@@ -82,6 +82,7 @@
8282
8383 void retile()
8484 {
85
+ new Exception().printStackTrace();
8586 System.exit(0);
8687 ClearList();
8788 bRep = (new ImplicitTiler(this, ImplicitTiler.SURFACEID, true, true, true, cellSize, cellSize, tolerance, true)).bRep;