Normand Briere
2019-07-27 1af7d3700724834e40ad8636bc9a56cdc3b19b15
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;