From bfa34f3b3fb30e6fe8052a2967fb10ba48404270 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 30 Jan 2017 10:36:18 +0000
Subject: [PATCH] no debug

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

diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp
index 1a23ebe052..ca2052077a 100644
--- a/Mesh/meshGFace.cpp
+++ b/Mesh/meshGFace.cpp
@@ -2391,7 +2391,7 @@ void deMeshGFace::operator() (GFace *gf)
 }
 
 // for debugging, change value from -1 to -100;
-int debugSurface = -100; //-100;
+int debugSurface = 0; //-100;
 
 void meshGFace::operator() (GFace *gf, bool print)
 {
-- 
GitLab