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

remove unused var

parent c94ac8de
Branches
Tags
No related merge requests found
...@@ -179,8 +179,6 @@ void Adaptive_Post_View:: zoomElement (Post_View * view , ...@@ -179,8 +179,6 @@ void Adaptive_Post_View:: zoomElement (Post_View * view ,
std::set<_point>::iterator it = _point::all_points.begin(); std::set<_point>::iterator it = _point::all_points.begin();
std::set<_point>::iterator ite = _point::all_points.end(); std::set<_point>::iterator ite = _point::all_points.end();
int ip=0;
for ( ; it !=ite ; ++it) for ( ; it !=ite ; ++it)
{ {
_point *p = (_point*) &(*it); _point *p = (_point*) &(*it);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment