Add a comment to clarify that cells are destroyed when P3T3::remove rejects

This commit is contained in:
Mael Rouxel-Labbé 2022-12-06 14:49:47 +01:00
parent 28f672a5b4
commit c475f7de45
1 changed files with 2 additions and 0 deletions

View File

@ -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))