From 7da432d01c6ea60bb31a221cfc8f71ba92f2d3d3 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Thu, 23 Jan 2003 14:42:02 +0000 Subject: [PATCH] changed name of category to Has_left and applied to Planar_map --- .../Arrangement/include/CGAL/Arr_segment_traits_tight_2.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Packages/Arrangement/include/CGAL/Arr_segment_traits_tight_2.h b/Packages/Arrangement/include/CGAL/Arr_segment_traits_tight_2.h index f55acf1da6a..1c331b7965f 100644 --- a/Packages/Arrangement/include/CGAL/Arr_segment_traits_tight_2.h +++ b/Packages/Arrangement/include/CGAL/Arr_segment_traits_tight_2.h @@ -28,7 +28,6 @@ #include #include -#include #include @@ -38,15 +37,15 @@ template class Arr_segment_traits_tight_2 : public Pm_segment_traits_tight_2 { public: - typedef Efficient_intersection_tag Intersection_category; - typedef Kernel_ Kernel; typedef int Info_face; typedef int Info_edge; typedef int Info_vertex; - typedef Pm_segment_traits_tight_2 Base; + typedef Pm_segment_traits_tight_2 Base; + typedef typename Base::Has_left_category Has_left_category; + typedef typename Base::Point_2 Point_2; typedef typename Base::X_curve_2 X_curve_2; typedef X_curve_2 Curve_2;