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

No commit message

No commit message
parent 41f240b0
Branches
Tags
No related merge requests found
...@@ -456,7 +456,7 @@ static void Mesh2D(GModel *m) ...@@ -456,7 +456,7 @@ static void Mesh2D(GModel *m)
nbPending++; nbPending++;
} }
} }
for(std::set<GFace*>::iterator = cf.begin(); it != cf.end(); ++it){ for(std::set<GFace*>::iterator it = cf.begin(); it != cf.end(); ++it){
if ((*it)->meshStatistics.status == GFace::PENDING){ if ((*it)->meshStatistics.status == GFace::PENDING){
mesher(*it); mesher(*it);
nbPending++; nbPending++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment