predicate requires only RT

This commit is contained in:
Sébastien Loriot 2022-01-27 18:29:39 +01:00
parent 367ac9b200
commit d228e994cf
1 changed files with 2 additions and 2 deletions

View File

@ -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,