From 3908e2da3e66a5cc26d585d7ec448b9ac6686d02 Mon Sep 17 00:00:00 2001 From: Miguel Bartelsman <5376208+mbartelsm@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:36:36 +0200 Subject: [PATCH] Update wlop_simplify_and_regularize_point_set.h documentation The documentation for the named parameter `require_uniform_sampling` is incorrect. It is a copy of the documentation written for `number_of_iterations`. --- .../include/CGAL/wlop_simplify_and_regularize_point_set.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 7e4b86cdebe..e91f7310067 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 @@ -398,8 +398,7 @@ compute_density_weight_for_sample_point( \cgalParamDescription{If `true`, an optional preprocessing is applied, which will give better results if the distribution of the input points is highly non-uniform.} \cgalParamType{Boolean} - \cgalParamDefault{`35`} - \cgalParamExtra{More iterations give a more regular result but increase the runtime} + \cgalParamDefault{`false`} \cgalParamNEnd \cgalParamNBegin{callback}