Skip to content
Snippets Groups Projects
Commit 83b333c3 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Merge branch 'master' of https://gitlab.onelab.info/gmsh/gmsh

parents d344f8d8 859f94f8
No related branches found
No related tags found
No related merge requests found
......@@ -1031,7 +1031,7 @@ static HXTStatus insertion(HXT2Sync* shared2sync,
HXT_CHECK(status);
if(!perfectDelaunay) {
int undeleteTet;
int undeleteTet = 0;
if(edgeConstraint) {
// printf("we have an edge constraint\n");
HXT_CHECK( respectEdgeConstraint(local, mesh, vta, color, prevDeleted, &undeleteTet) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment