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

fix debug

parent 415f3d4e
No related branches found
No related tags found
No related merge requests found
...@@ -1693,9 +1693,9 @@ static bool buildConsecutiveListOfVertices(GFace *gf, GEdgeLoop &gel, ...@@ -1693,9 +1693,9 @@ static bool buildConsecutiveListOfVertices(GFace *gf, GEdgeLoop &gel,
coords = ((*it)._sign == 1) ? mesh1d : mesh1d_reversed; coords = ((*it)._sign == 1) ? mesh1d : mesh1d_reversed;
found = (*it); found = (*it);
} }
unordered.erase(it);
if(MYDEBUG) if(MYDEBUG)
printf("Starting with edge = %d seam %d\n", (*it).ge->tag(), seam); printf("Starting with edge = %d seam %d\n", (*it).ge->tag(), seam);
unordered.erase(it);
break; break;
} }
else{ else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment