BoundaryRep.java
.. .. @@ -2000,7 +2000,7 @@ 2000 2000 // Warning: faster but dangerous 2001 2001 if (v.weights != null && v.weights[j] 2002 2002 // == 0) 2003 - < 0.001 * v.totalweight)2003 + < 0.0001 * v.totalweight)2004 2004 { 2005 2005 //testweight += v.weights[j-1]; 2006 2006 continue;