fix Compare_angle_3 with six points

This commit is contained in:
Laurent Rineau 2024-01-16 15:07:38 +01:00
parent 15d4d788e6
commit 4adf7e786b
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ namespace CommonKernelFunctors {
return CGAL::compare(CGAL::square(sc_prod_1)*
ba2.squared_length()*bc2.squared_length(),
CGAL::square(sc_prod_2)*
ba1.squared_length()*bc2.squared_length());
ba1.squared_length()*bc1.squared_length());
} else {
return LARGER;
}