From 775251a17e8923f7faf17c15dc3f01859829b060 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 10 Mar 2017 22:45:42 +0000
Subject: [PATCH] pp

---
 Mesh/meshGRegionBoundaryRecovery.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Mesh/meshGRegionBoundaryRecovery.cpp b/Mesh/meshGRegionBoundaryRecovery.cpp
index dc59a10db3..0a5ec9e1b4 100644
--- a/Mesh/meshGRegionBoundaryRecovery.cpp
+++ b/Mesh/meshGRegionBoundaryRecovery.cpp
@@ -227,9 +227,7 @@ bool tetgenmesh::reconstructmesh(void *p)
       ver2tetarray[i] = NULL;
     }
 
-    
     // Create the tetrahedra and connect those that share a common face.
-    printf("DOING for %d tets\n",tets.size());
     for (unsigned int i = 0; i < tets.size(); i++) {
       // Get the four vertices.
       for (int j = 0; j < 4; j++) {
@@ -428,7 +426,7 @@ bool tetgenmesh::reconstructmesh(void *p)
     makepoint2submap(subfaces, idx2shlist, shperverlist);
 
     //    printf("coucou1\n");
-    
+
     // Process the set of PSC edges.
     // Remeber that all segments have default marker '-1'.
     //    int COUNTER = 0;
-- 
GitLab