From 972091172722b5e799f82bcdd6b775b0063ab285 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Fri, 26 May 2023 18:33:25 +0300 Subject: [PATCH] Ops (Approximate_point_2) --- .../include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h b/Arrangement_on_surface_2/include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h index b097f736de6..68da07f094c 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h @@ -2837,7 +2837,7 @@ class Arr_geodesic_arc_on_sphere_traits_2 : public Kernel_ { //@{ typedef double Approximate_number_type; typedef CGAL::Cartesian Approximate_kernel; - typedef Arr_extended_direction_3 Point_2; + typedef Arr_extended_direction_3 Approximate_point_2; class Approximate_2 { public: