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 |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/BoundaryRep.java b/BoundaryRep.java
index 30f230a..61337fb 100644
--- a/BoundaryRep.java
+++ b/BoundaryRep.java
@@ -1998,8 +1998,9 @@
                     continue;
                 
                 // Warning: a bit faster but dangerous
-                if (v.weights != null && v.weights[j] == 0)
-                        // < 0.001 * v.totalweight)
+                if (v.weights != null && v.weights[j]
+                        // == 0)
+                        < 0.001 * v.totalweight)
                 {
                     //testweight += v.weights[j-1];
                     continue;

--
Gitblit v1.6.2