Merge pull request #2209 from afabri/patch-2

Surface_mesh_simplification:  Fix in User Manual
This commit is contained in:
Laurent Rineau 2017-06-30 16:45:43 +02:00
commit 4adef0201a
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ What is particular in this example is the property map that allows to associate
The following examples show how to use the optional named parameter `edge_is_constrained_map` to prevent
edges from being removed. Edges marked as contrained are guaranteed to be in the final surface mesh. However,
the vertices of the constrained edges may change and the placement may change the points.
The wrapper `CGAL::Constrained_placement` guarantees that these points are not changed.
The wrapper `CGAL::Surface_mesh_simplification::Constrained_placement` guarantees that these points are not changed.
\cgalExample{Surface_mesh_simplification/edge_collapse_constrained_border_polyhedron.cpp}