Skip to content
Snippets Groups Projects
Commit c305c253 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

don't throw an error when it is not possible to remove the 4 triangles around a node

parent 96da7177
No related branches found
No related tags found
No related merge requests found
...@@ -296,7 +296,6 @@ int _removeFourTrianglesNodes(GFace *gf,bool replace_by_quads) ...@@ -296,7 +296,6 @@ int _removeFourTrianglesNodes(GFace *gf,bool replace_by_quads)
gf->triangles.push_back(newt[3]); gf->triangles.push_back(newt[3]);
} else { } else {
it++; it++;
throw;
continue; continue;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment