From 367f859449baca6448f3f269c0c697e97918593e Mon Sep 17 00:00:00 2001 From: Hang Si <si@wias-berlin.de> Date: Fri, 14 Feb 2014 08:44:07 +0000 Subject: [PATCH] updated --- Mesh/meshGRegionBoundaryRecovery.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh/meshGRegionBoundaryRecovery.cpp b/Mesh/meshGRegionBoundaryRecovery.cpp index 5955de68fc..046dd2580b 100644 --- a/Mesh/meshGRegionBoundaryRecovery.cpp +++ b/Mesh/meshGRegionBoundaryRecovery.cpp @@ -14686,7 +14686,7 @@ void meshGRegionBoundaryRecovery::reconstructmesh(GRegion *_gr) std::vector<MTetrahedron*> tets; -if (0) { +if (1) { // Generate the DT. delaunayMeshIn3D(_vertices, tets, false); } @@ -14743,7 +14743,7 @@ if (0) { idx2verlist[0] = dummypoint; // Let 0th-entry be dummypoint. } -if (0) { +if (1) { // Index the vertices. for (unsigned int i = 0; i < _vertices.size(); i++){ _vertices[i]->setIndex(i); -- GitLab