From 8537fde707be15849acac46695caefcca011e4c0 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 15 Oct 2010 10:52:14 +0000 Subject: [PATCH] --- Mesh/Generator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh/Generator.cpp b/Mesh/Generator.cpp index 1f750f869d..207266daca 100644 --- a/Mesh/Generator.cpp +++ b/Mesh/Generator.cpp @@ -456,7 +456,7 @@ static void Mesh2D(GModel *m) 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){ mesher(*it); nbPending++; -- GitLab