From 7f1fdcdae2aa0f82dd1b7248db1ad688bc7eeb39 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Wed, 10 Jul 2024 18:28:50 +0200 Subject: [PATCH] Pasto in TDS --- Triangulation/include/CGAL/Triangulation_data_structure.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Triangulation/include/CGAL/Triangulation_data_structure.h b/Triangulation/include/CGAL/Triangulation_data_structure.h index 2b8ca29f8fc2..c93ddb765079 100644 --- a/Triangulation/include/CGAL/Triangulation_data_structure.h +++ b/Triangulation/include/CGAL/Triangulation_data_structure.h @@ -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);