From fceda6f95076eb6ccd2763920b20c64d9c989827 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 8 Dec 2014 07:24:28 +0000
Subject: [PATCH] pp

---
 Geo/Geo.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp
index 6bfb42a93a..2ffc6a6d90 100644
--- a/Geo/Geo.cpp
+++ b/Geo/Geo.cpp
@@ -2465,7 +2465,7 @@ static void ReplaceDuplicatePointsNew(double tol = -1.)
     delete used[i];
   }
   int end = Tree_Nbr(GModel::current()->getGEOInternals()->Points);
-  Msg::Info("Done new Coherence (removed %d additional points)", end - start);
+  Msg::Info("Done new Coherence (removed %d additional points)", start - end);
 }
 
 static void ReplaceDuplicatePoints(std::map<int, int> * v_report = 0)
-- 
GitLab