mirror of https://github.com/CGAL/cgal
Fix link to replacement function
This commit is contained in:
parent
289a8bda49
commit
4efaa1e9cb
|
|
@ -31,7 +31,7 @@ namespace Polygon_mesh_processing {
|
||||||
* \ingroup PMPDeprecated
|
* \ingroup PMPDeprecated
|
||||||
*
|
*
|
||||||
* \deprecated This function is deprecated since \cgal 5.5,
|
* \deprecated This function is deprecated since \cgal 5.5,
|
||||||
* `CGAL::angle_and_area_smoothing()` should be used instead.
|
* `CGAL::Polygon_mesh_processing::angle_and_area_smoothing()` should be used instead.
|
||||||
*/
|
*/
|
||||||
template<typename TriangleMesh, typename FaceRange, typename NamedParameters = parameters::Default_named_parameters>
|
template<typename TriangleMesh, typename FaceRange, typename NamedParameters = parameters::Default_named_parameters>
|
||||||
CGAL_DEPRECATED void smooth_mesh(const FaceRange& faces,
|
CGAL_DEPRECATED void smooth_mesh(const FaceRange& faces,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue