mirror of https://github.com/CGAL/cgal
Use s_iterator_to
This commit is contained in:
parent
aa8577b65e
commit
b5a5a82930
|
|
@ -264,7 +264,9 @@ no_topological_change__without_set_point(
|
|||
Tr::Triangulation_data_structure::Vertex_range::s_iterator_to(v));
|
||||
}
|
||||
|
||||
if(tr.side_of_power_sphere(&c_copy, pg(cj->vertex(mj)), false)
|
||||
Cell_handle c_copy_h =
|
||||
Tr::Triangulation_data_structure::Cell_range::s_iterator_to(c_copy);
|
||||
if(tr.side_of_power_sphere(c_copy_h, pg(cj->vertex(mj)), false)
|
||||
!= CGAL::ON_UNBOUNDED_SIDE)
|
||||
{
|
||||
np = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue