From 2da7b21865cba237c4c5a3d7b5588bc15fe2623c Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 15 Feb 2024 11:45:08 +0100 Subject: [PATCH] stupid bug --- .../include/CGAL/Constrained_Delaunay_triangulation_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Triangulation_3/include/CGAL/Constrained_Delaunay_triangulation_3.h b/Triangulation_3/include/CGAL/Constrained_Delaunay_triangulation_3.h index 14483f4293c..8ad719d812e 100644 --- a/Triangulation_3/include/CGAL/Constrained_Delaunay_triangulation_3.h +++ b/Triangulation_3/include/CGAL/Constrained_Delaunay_triangulation_3.h @@ -1499,7 +1499,7 @@ private: if(!test_edge(cell, v_above, index_v_above, vc, index_vc, 1) && !test_edge(cell, v_below, index_v_below, vc, index_vc, -1) && - !this->use_older_cavity_algorithm()) + this->use_older_cavity_algorithm()) { dump_triangulation(); dump_region(face_index, region_index, cdt_2);