Skip to content

Commit

Permalink
Fix link to replacement function
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelRL committed Dec 13, 2024
1 parent 289a8bd commit 4efaa1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace Polygon_mesh_processing {
* \ingroup PMPDeprecated
*
* \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>
CGAL_DEPRECATED void smooth_mesh(const FaceRange& faces,
Expand Down

0 comments on commit 4efaa1e

Please sign in to comment.