Normand Briere
2019-08-06 b3ae4e889872ca0b9ca76f1d17b2f0b961226729
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;