mirror of https://github.com/CGAL/cgal
Merge pull request #1909 from sgiraudot/Point_set_processing-Wlop_bugfix_radius2-GF
WLOP Bugfix: use radius2 in parallel version too
This commit is contained in:
commit
c8530ed22d
|
|
@ -583,7 +583,7 @@ wlop_simplify_and_regularize_point_set(
|
|||
sample_points,
|
||||
original_kd_tree,
|
||||
sample_kd_tree,
|
||||
radius,
|
||||
radius2,
|
||||
original_density_weights,
|
||||
sample_density_weights);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue