mirror of https://github.com/CGAL/cgal
Add one permution. In fact it should be any mix of types in any order
This commit is contained in:
parent
7b958fb8f8
commit
a7ff1c0c79
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue