BoundaryRep.java
.. .. @@ -1997,8 +1997,9 @@ 1997 1997 if (v.vertexlinks == null) 1998 1998 continue; 1999 1999 2000 - // Warning: faster but dangerous2001 - if (v.weights != null && v.weights[j] == 0) // < 0.001 * v.totalweight)2000 + // Warning: a bit faster but dangerous2001 + if (v.weights != null && v.weights[j] == 0)2002 + // < 0.001 * v.totalweight)2002 2003 { 2003 2004 //testweight += v.weights[j-1]; 2004 2005 continue;