From eef140e603de71d88ae83e3b57c0606c6f6a432c Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 17 Nov 2010 10:42:07 +0000 Subject: [PATCH] Follow-up of previous commit: | ------------------------------------------------------------------------ | r59682 | lrineau | 2010-11-12 16:17:09 +0100 (Fri, 12 Nov 2010) | 3 lines | | Patch so that KDS no longer uses deprecated code (mirror_index and | mirror_vertex from Triangulation_face_base). | | ------------------------------------------------------------------------ --- .../include/Qt_Delaunay_stable_subset_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kinetic_data_structures/demo/Kinetic_data_structures/include/Qt_Delaunay_stable_subset_2.h b/Kinetic_data_structures/demo/Kinetic_data_structures/include/Qt_Delaunay_stable_subset_2.h index 9f86c65cfca..ab8f2c15eae 100644 --- a/Kinetic_data_structures/demo/Kinetic_data_structures/include/Qt_Delaunay_stable_subset_2.h +++ b/Kinetic_data_structures/demo/Kinetic_data_structures/include/Qt_Delaunay_stable_subset_2.h @@ -107,7 +107,7 @@ protected: Static_segment ss(o,d); if (angle1+angle2 < threshold_*3.1415) { - if (kdel_->visitor().contains(*fit) || kdel_->visitor().contains(TDS_helper::mirror_edge(*fit))) { + if (kdel_->visitor().contains(*fit) || kdel_->visitor().contains(tri.mirror_edge(*fit))) { w<< CGAL::Color(255,0,0); } else {