From a97dd46a5cc206c12618f9626c7d8683cb68cc36 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 18 Mar 2016 11:13:51 +0000
Subject: [PATCH]

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

diff --git a/Mesh/delaunay3d.cpp b/Mesh/delaunay3d.cpp
index 7562bb79c5..9462014a05 100644
--- a/Mesh/delaunay3d.cpp
+++ b/Mesh/delaunay3d.cpp
@@ -1225,7 +1225,7 @@ void delaunayTriangulation (const int numThreads,
 
   Vertex *box[8];
   delaunayTriangulation (numThreads, nptsatonce, _vertices, box, allocator);
-  __print ("finalTetrahedrization.pos",0, allocator);
+  //__print ("finalTetrahedrization.pos",0, allocator);
 
   MVertex *VV[8];
   for (int i=0;i<8;i++){
-- 
GitLab