Normand Briere
2019-10-04 57c5b6cd8d12ffdaa3e0b099451e3c031012750a
BoundaryRep.java
....@@ -2004,8 +2004,8 @@
20042004
20052005 // Warning: faster but dangerous
20062006 if (v.weights != null && v.weights[j]
2007
- == 0)
2008
- //< 0.001 * v.totalweight)
2007
+ == 0)
2008
+ // < 0.001 * v.totalweight)
20092009 {
20102010 //testweight += v.weights[j-1];
20112011 continue;