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

removed unused var

parent 2067ed60
No related branches found
No related tags found
No related merge requests found
...@@ -302,7 +302,6 @@ static bool gmsh2DMeshGenerator(GFace *gf, int RECUR_ITER, ...@@ -302,7 +302,6 @@ static bool gmsh2DMeshGenerator(GFace *gf, int RECUR_ITER,
m->scalingV = 1; m->scalingV = 1;
std::vector<BDS_Point*> points(all_vertices.size()); std::vector<BDS_Point*> points(all_vertices.size());
std::vector<MVertex*> indexed_vertices(all_vertices.size());
SBoundingBox3d bbox; SBoundingBox3d bbox;
int count = 0; int count = 0;
for(std::set<MVertex*>::iterator it = all_vertices.begin(); for(std::set<MVertex*>::iterator it = all_vertices.begin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment