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`.
This commit is contained in:
Miguel Bartelsman 2024-04-01 09:36:36 +02:00 committed by Mael Rouxel-Labbé
parent 8cab90ed8b
commit 3908e2da3e
1 changed files with 1 additions and 2 deletions

View File

@ -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}