Skip to content

Commit

Permalink
Update Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/r…
Browse files Browse the repository at this point in the history
…emesh.h

Co-authored-by: Jane Tournois <[email protected]>
  • Loading branch information
ipadjen and janetournois authored Sep 29, 2023
1 parent b501ee1 commit fe91cf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace Polygon_mesh_processing {
* @param pmesh a polygon mesh with triangulated surface patches to be remeshed
* @param faces the range of triangular faces defining one or several surface patches to be remeshed
* @param sizing field that determines a target length for individual edges.
* If a number convertible to a double is passed, it will use a `Uniform_sizing_field()`
* If a number convertible to a `double` is passed, `Uniform_sizing_field()` will be used,
* with the number as a target edge length.
* If `0` is passed then only the edge-flip, tangential relaxation, and projection steps will be done.
* @param np an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below
Expand Down

0 comments on commit fe91cf7

Please sign in to comment.