Normand Briere
2019-08-16 64e20f390e4b8e58bd0006dde8fa10fba1dac1d5
BoundaryRep.java
....@@ -2000,7 +2000,7 @@
20002000 // Warning: faster but dangerous
20012001 if (v.weights != null && v.weights[j]
20022002 // == 0)
2003
- < 0.001 * v.totalweight)
2003
+ < 0.0001 * v.totalweight)
20042004 {
20052005 //testweight += v.weights[j-1];
20062006 continue;