BoundaryRep.java
.. .. @@ -1998,7 +1998,9 @@ 1998 1998 continue; 1999 1999 2000 2000 // 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)2002 2004 { 2003 2005 //testweight += v.weights[j-1]; 2004 2006 continue;