From 3f2a439bef72cba312304dedb9b97f713c6eef41 Mon Sep 17 00:00:00 2001 From: Jean-Francois Remacle <jean-francois.remacle@uclouvain.be> Date: Thu, 13 Feb 2014 10:16:55 +0000 Subject: [PATCH] oops --- Mesh/meshGRegionDelaunayInsertion.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Mesh/meshGRegionDelaunayInsertion.cpp b/Mesh/meshGRegionDelaunayInsertion.cpp index 285fe3ade7..ee09941389 100644 --- a/Mesh/meshGRegionDelaunayInsertion.cpp +++ b/Mesh/meshGRegionDelaunayInsertion.cpp @@ -1795,7 +1795,6 @@ bool tetOnBox (MTetrahedron *t, MVertex *box[8]){ void delaunayMeshIn3D(std::vector<MVertex*> &v, std::vector<MTetrahedron*> &result, bool removeBox) { - removeBox = false; std::vector<MTet4*> t; t.reserve (v.size()*7); std::vector<faceXtet> conn; -- GitLab