Normand Briere
2019-09-18 f9325048496d7cdbcad233f8a6b84c88e79adcc2
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];