From d228e994cfbf508ede1bbed76d13f1383aeef5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 27 Jan 2022 18:29:39 +0100 Subject: [PATCH] predicate requires only RT --- Kernel_23/include/CGAL/Kernel/interface_macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel_23/include/CGAL/Kernel/interface_macros.h b/Kernel_23/include/CGAL/Kernel/interface_macros.h index d0ba827fa37..f03dcd7d38f 100644 --- a/Kernel_23/include/CGAL/Kernel/interface_macros.h +++ b/Kernel_23/include/CGAL/Kernel/interface_macros.h @@ -106,8 +106,8 @@ CGAL_Kernel_pred_RT(Collinear_3, collinear_3_object) CGAL_Kernel_pred(Compare_angle_with_x_axis_2, compare_angle_with_x_axis_2_object) -CGAL_Kernel_pred(Compare_dihedral_angle_3, - compare_dihedral_angle_3_object) +CGAL_Kernel_pred_RT(Compare_dihedral_angle_3, + compare_dihedral_angle_3_object) CGAL_Kernel_pred(Compare_distance_2, compare_distance_2_object) CGAL_Kernel_pred(Compare_distance_3,