Skip to content

Commit

Permalink
Add one permution. In fact it should be any mix of types in any order
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Oct 9, 2024
1 parent 7b958fb commit a7ff1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kernel_23/test/Kernel_23/include/CGAL/_test_new_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ test_new_2(const R& rep)

typename R::Compare_squared_distance_2 compare_sq_dist
= rep.compare_squared_distance_2_object();
tmp34ab = compare_sq_dist(p1,p2,FT(1));
tmp34ab = compare_sq_dist(p1, p2, FT(1));
tmp34ab = compare_sq_dist(p1, l2, FT(1));
tmp34ab = compare_sq_dist(p2, p1, FT(1));
tmp34ab = compare_sq_dist(l1, l2, FT(1));
Expand All @@ -500,7 +500,7 @@ test_new_2(const R& rep)
tmp34ab = compare_sq_dist(t2, l1, FT(1));

tmp34ab = CGAL::compare_distance(t2, l1, s1, p1);
tmp34ab = CGAL::compare_distance(t2, l1, s1, p1);
tmp34ab = CGAL::compare_distance(t2, l1, p1, s1);
tmp34ab = CGAL::compare_distance(t2, l1, s1);

typename R::Compare_power_distance_2 compare_power_dist
Expand Down

0 comments on commit a7ff1c0

Please sign in to comment.