From 86b6640fc4dd8839b48e00ed6a1bd856e037d27d Mon Sep 17 00:00:00 2001 From: Pedro Machado Manhaes de Castro Date: Wed, 1 Oct 2008 13:44:46 +0000 Subject: [PATCH] Circle_3 is on the kernel now, dont need an equal_3 operator --- .../Circular_kernel_3/function_objects_polynomial_sphere.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Circular_kernel_3/include/CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h b/Circular_kernel_3/include/CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h index 27c7aa43f16..82d969d8629 100644 --- a/Circular_kernel_3/include/CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h +++ b/Circular_kernel_3/include/CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h @@ -157,13 +157,12 @@ template < class SK > \ const Line_3 &l1) const { return LK_Equal_3()(l0,l1); } -#endif - - // Our Circle_3 dont have orientation result_type operator() (const Circle_3 &c0, const Circle_3 &c1) const - { return equal(c0, c1); } + { return LK_Equal_3()(c0, c1); } + +#endif result_type operator() (const Circular_arc_point_3 &c0,