Normand Briere
2019-08-01 90c87ae87a6d1b88ed8398da7bb95629f0df5b09
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;