From 57de2171ce79f1ab994a9729f64ccb85c57ba86b Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Thu, 16 Feb 2017 16:28:39 +0100 Subject: [PATCH] Bugfix: use radius2 in parallel version too --- .../include/CGAL/wlop_simplify_and_regularize_point_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Point_set_processing_3/include/CGAL/wlop_simplify_and_regularize_point_set.h b/Point_set_processing_3/include/CGAL/wlop_simplify_and_regularize_point_set.h index fd46a3996b5..34e10d9194e 100644 --- a/Point_set_processing_3/include/CGAL/wlop_simplify_and_regularize_point_set.h +++ b/Point_set_processing_3/include/CGAL/wlop_simplify_and_regularize_point_set.h @@ -580,7 +580,7 @@ wlop_simplify_and_regularize_point_set( sample_points, original_kd_tree, sample_kd_tree, - radius, + radius2, original_density_weights, sample_density_weights);