mirror of https://github.com/CGAL/cgal
Fix shadowing variable
This commit is contained in:
parent
00acf4f752
commit
116bb2beb9
|
|
@ -1426,7 +1426,6 @@ private:
|
||||||
}
|
}
|
||||||
else // typical flooding from outside
|
else // typical flooding from outside
|
||||||
{
|
{
|
||||||
std::stack<Cell_handle> cells_to_visit;
|
|
||||||
cells_to_visit.push(m_tr.infinite_vertex()->cell());
|
cells_to_visit.push(m_tr.infinite_vertex()->cell());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue