mirror of https://github.com/CGAL/cgal
fix iterator type
This commit is contained in:
parent
7545d2e302
commit
0f4c64b7f4
|
|
@ -282,8 +282,8 @@ public:
|
|||
void remove_isolated_vertices()
|
||||
{
|
||||
std::set<Vertex_handle> c3t3_vertices;
|
||||
for (Cell_iterator c = cells_in_complex_begin();
|
||||
c != cells_in_complex_end();
|
||||
for (Cells_in_complex_iterator c = this->cells_in_complex_begin();
|
||||
c != this->cells_in_complex_end();
|
||||
++c)
|
||||
{
|
||||
c3t3_vertices.insert(c->vertex(0));
|
||||
|
|
|
|||
Loading…
Reference in New Issue