From 7a77e39423398b7ad8bf7e80cf45fac6817000c2 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 29 Jul 2019 22:43:44 -0400 Subject: [PATCH] Another tab. --- BoundaryRep.java | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/BoundaryRep.java b/BoundaryRep.java index 36f7b5d..61337fb 100644 --- a/BoundaryRep.java +++ b/BoundaryRep.java @@ -1997,8 +1997,10 @@ if (v.vertexlinks == null) continue; - // Warning: faster but dangerous - if (v.weights != null && v.weights[j] == 0) // < 0.001 * v.totalweight) + // Warning: a bit faster but dangerous + if (v.weights != null && v.weights[j] + // == 0) + < 0.001 * v.totalweight) { //testweight += v.weights[j-1]; continue; -- Gitblit v1.6.2