mirror of https://github.com/CGAL/cgal
Add a comment to clarify that cells are destroyed when P3T3::remove rejects
This commit is contained in:
parent
28f672a5b4
commit
c475f7de45
|
|
@ -3288,6 +3288,8 @@ periodic_remove(Vertex_handle v,
|
|||
vh_off_map[vmap[i_ch->vertex(2)]],
|
||||
vh_off_map[vmap[i_ch->vertex(3)]]);
|
||||
|
||||
// cells created above are deleted in update_cover_data_during_management() even if we abort
|
||||
|
||||
// Update the edge length management
|
||||
if(cover_manager.update_cover_data_during_management(new_ch, new_cells,
|
||||
abort_if_cover_change))
|
||||
|
|
|
|||
Loading…
Reference in New Issue