From 2cf7f4a52c03e3cbf773da2ab217d21911a6c84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 4 Mar 2025 17:24:57 +0100 Subject: [PATCH] inline to avoid multiple definitions --- .../include/CGAL/Distance_3/internal/squared_distance_utils_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Distance_3/include/CGAL/Distance_3/internal/squared_distance_utils_3.h b/Distance_3/include/CGAL/Distance_3/internal/squared_distance_utils_3.h index d4489a0b15b..260301cf8b1 100644 --- a/Distance_3/include/CGAL/Distance_3/internal/squared_distance_utils_3.h +++ b/Distance_3/include/CGAL/Distance_3/internal/squared_distance_utils_3.h @@ -113,7 +113,7 @@ wdot(const typename K::Point_3 &p, return wdot_tag(p, q, r, k, tag); } - +inline double diff_of_products(const double a, const double b, const double c, const double d) { // Kahan method, less numerical error