Fixed problem running testsuite

This commit is contained in:
GYuvanShankar 2022-06-12 10:34:41 +05:30
parent f3d81b114f
commit e213a90451
1 changed files with 2 additions and 2 deletions

View File

@ -55,11 +55,11 @@ to represent the final optimized mesh.
@param np an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below: @param np an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below:
\cgalNamedParamsBegin \cgalNamedParamsBegin
\cgalParamNBegin{parameters::time_limit_new} \cgalParamNBegin{time_limit_new}
\cgalParamDescription{is used to set up, in seconds, a CPU time limit after which the optimization process \cgalParamDescription{is used to set up, in seconds, a CPU time limit after which the optimization process
is stopped. This time is measured using the Real_timer class. The default value is is stopped. This time is measured using the Real_timer class. The default value is
0 and means that there is no time limit.} 0 and means that there is no time limit.}
\cgalParamNBegin{parameters::parameters::sliver_bound_new} \cgalParamNBegin{sliver_bound_new}
\cgalParamDescription{is designed to give, in degrees, a targeted lower bound on dihedral angles of mesh cells. \cgalParamDescription{is designed to give, in degrees, a targeted lower bound on dihedral angles of mesh cells.
The exudation process considers in turn all the mesh cells that have a smallest dihedral The exudation process considers in turn all the mesh cells that have a smallest dihedral
angle less than sliver_bound and tries to make them disappear by weighting their vertices. angle less than sliver_bound and tries to make them disappear by weighting their vertices.