Fixed predicate Compare_power_distance_2

This commit is contained in:
Mael Rouxel-Labbé
2017-04-06 18:18:37 +02:00
parent ca408108a2
commit 322cdd83ab
2 changed files with 4 additions and 4 deletions
@@ -755,8 +755,8 @@ namespace HomogeneousKernelFunctors {
typedef Comparison_result result_type;
Comparison_result operator()(const Point_2& r,
const Weighted_point_2& q,
const Weighted_point_2& p) const
const Weighted_point_2& p,
const Weighted_point_2& q) const
{
return CGAL::compare_power_distanceH2(p.hx(), p.hy(), p.hw(), p.weight(),
q.hx(), q.hy(), q.hw(), q.weight(),