Normand Briere
2019-08-06 b3ae4e889872ca0b9ca76f1d17b2f0b961226729
BoundaryRep.java
....@@ -1997,7 +1997,7 @@
19971997 if (v.vertexlinks == null)
19981998 continue;
19991999
2000
- // Warning: a bit faster but dangerous
2000
+ // Warning: faster but dangerous
20012001 if (v.weights != null && v.weights[j]
20022002 // == 0)
20032003 < 0.001 * v.totalweight)