Skip to content

Commit

Permalink
Pasto in TDS
Browse files Browse the repository at this point in the history
  • Loading branch information
mglisse committed Jul 11, 2024
1 parent 14bdf9b commit 256d656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Triangulation/include/CGAL/Triangulation_data_structure.h
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,8 @@ ::remove_decrease_dimension(Vertex_handle v, Vertex_handle star) /* Concept */
delete_vertex(v);
delete_full_cell(s);
inf1->set_vertex(1, Vertex_handle());
inf1->set_vertex(1, Vertex_handle());
inf2->set_neighbor(1, Full_cell_handle());
inf2->set_vertex(1, Vertex_handle());
inf1->set_neighbor(1, Full_cell_handle());
inf2->set_neighbor(1, Full_cell_handle());
associate_vertex_with_full_cell(inf1, 0, star);
associate_vertex_with_full_cell(inf2, 0, v2);
Expand Down

0 comments on commit 256d656

Please sign in to comment.