Normand Briere
2019-08-28 547c9203ab5d8e4bee36d1cbb453dfa36bbec4ef
ImplicitTiler.java
....@@ -1367,7 +1367,7 @@
13671367 double cellSize2;
13681368 double tolerance;
13691369 BoundaryRep bRep;
1370
- int nCells[];
1370
+ int[] nCells;
13711371 cVector minima;
13721372 cVector maxima;
13731373 static Vertex[] triangle = new Vertex[4];