Normand Briere
2019-08-06 b3ae4e889872ca0b9ca76f1d17b2f0b961226729
BoundaryRep.java
....@@ -1998,7 +1998,9 @@
19981998 continue;
19991999
20002000 // Warning: faster but dangerous
2001
- if (v.weights != null && v.weights[j] == 0) // < 0.001 * v.totalweight)
2001
+ if (v.weights != null && v.weights[j]
2002
+ // == 0)
2003
+ < 0.001 * v.totalweight)
20022004 {
20032005 //testweight += v.weights[j-1];
20042006 continue;