From c13fede7aa0fdcd7289d5cc76cffd9be7016e5d2 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 25 Aug 2009 07:14:39 +0000 Subject: [PATCH] sorry about breaking the testsuite --- Cartesian_kernel/include/CGAL/Cartesian/function_objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartesian_kernel/include/CGAL/Cartesian/function_objects.h b/Cartesian_kernel/include/CGAL/Cartesian/function_objects.h index 7b34a5a2ad3..fb9b023ea62 100644 --- a/Cartesian_kernel/include/CGAL/Cartesian/function_objects.h +++ b/Cartesian_kernel/include/CGAL/Cartesian/function_objects.h @@ -454,7 +454,7 @@ namespace CartesianKernelFunctors { operator()(const Point_3& p, const Point_3& q, const FT& d2) const { return CGAL_NTS compare(squared_distance(p, q), d2); - + } result_type operator()(const Point_3& p, const Point_3& q, const Point_3& r, const Point_3& s) const