Skip to content
Snippets Groups Projects
Commit 85127d2c authored by Célestin Marot's avatar Célestin Marot
Browse files

uninitalized value (see issue #1807)

parent 7987ac17
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.
Please register or to comment