From f853dbf77c197c98b1521c86e83138cef732e49b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 31 Jan 2017 05:49:54 +0000 Subject: [PATCH] oops --- Mesh/meshGFace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp index ca2052077a..bb235265a3 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 = 0; //-100; +int debugSurface = -1; //-100; void meshGFace::operator() (GFace *gf, bool print) { -- GitLab