Merge pull request #8113 from mbartelsm/patch-1

Update wlop_simplify_and_regularize_point_set.h documentation
This commit is contained in:
Laurent Rineau 2024-04-22 14:50:58 +02:00
commit e2041b933e
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 \cgalParamDescription{If `true`, an optional preprocessing is applied, which will give
better results if the distribution of the input points is highly non-uniform.} better results if the distribution of the input points is highly non-uniform.}
\cgalParamType{Boolean} \cgalParamType{Boolean}
\cgalParamDefault{`35`} \cgalParamDefault{`false`}
\cgalParamExtra{More iterations give a more regular result but increase the runtime}
\cgalParamNEnd \cgalParamNEnd
\cgalParamNBegin{callback} \cgalParamNBegin{callback}