diff --git a/Mesh_3/doc/Mesh_3/CGAL/make_mesh_3.h b/Mesh_3/doc/Mesh_3/CGAL/make_mesh_3.h index 67f5ab7f310..2dafeb34fa6 100644 --- a/Mesh_3/doc/Mesh_3/CGAL/make_mesh_3.h +++ b/Mesh_3/doc/Mesh_3/CGAL/make_mesh_3.h @@ -23,7 +23,9 @@ according to the user requirements and available time. By default, only the perturber and the exuder are activated. Note that the benefits of the exuder will be lost if the mesh -is further refined afterward. +is further refined afterward, and that ODT-smoothing, Lloyd-smoothing, +and sliver perturber should never be called after the sliver exuder. +In the case of further refinement, only the sliver exuder can be used. The function outputs the mesh to an object which provides iterators to traverse the resulting mesh data structure or can be written to a file diff --git a/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/CGAL/make_periodic_3_mesh_3.h b/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/CGAL/make_periodic_3_mesh_3.h index 6adb2951325..31cccb52ffd 100644 --- a/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/CGAL/make_periodic_3_mesh_3.h +++ b/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/CGAL/make_periodic_3_mesh_3.h @@ -19,7 +19,9 @@ Each optimization process can be activated or not, according to the user require and available time. By default, only the perturber and the exuder are activated. Note that the benefits of the exuder will be lost if the mesh -is further refined afterward. +is further refined afterward, and that ODT-smoothing, Lloyd-smoothing, +and sliver perturber should never be called after the sliver exuder. +In the case of further refinement, only the sliver exuder can be used. The function outputs the mesh to an object which provides iterators to traverse the resulting mesh data structure or can be written to a file