Normand Briere
2019-07-30 7a77e39423398b7ad8bf7e80cf45fac6817000c2
BoundaryRep.java
....@@ -1998,8 +1998,9 @@
19981998 continue;
19991999
20002000 // Warning: a bit faster but dangerous
2001
- if (v.weights != null && v.weights[j] == 0)
2002
- // < 0.001 * v.totalweight)
2001
+ if (v.weights != null && v.weights[j]
2002
+ // == 0)
2003
+ < 0.001 * v.totalweight)
20032004 {
20042005 //testweight += v.weights[j-1];
20052006 continue;