From c305c2537dfed786d48a46afee1075365085079d Mon Sep 17 00:00:00 2001 From: Jean-Francois Remacle <jean-francois.remacle@uclouvain.be> Date: Wed, 30 Sep 2009 11:35:49 +0000 Subject: [PATCH] don't throw an error when it is not possible to remove the 4 triangles around a node --- Mesh/meshGFaceOptimize.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Mesh/meshGFaceOptimize.cpp b/Mesh/meshGFaceOptimize.cpp index 3ab08b3dae..4d6e8ac65d 100644 --- a/Mesh/meshGFaceOptimize.cpp +++ b/Mesh/meshGFaceOptimize.cpp @@ -296,7 +296,6 @@ int _removeFourTrianglesNodes(GFace *gf,bool replace_by_quads) gf->triangles.push_back(newt[3]); } else { it++; - throw; continue; } } -- GitLab