From 0fe940555dbd08d4ddb332c0612c2e2cded6216e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Sat, 7 Dec 2024 23:41:38 +0100 Subject: [PATCH] Fix namespace --- .../CGAL/Polygon_mesh_processing/internal/curvature.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/curvature.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/curvature.h index 7b976fee3a6..aad4304c3fc 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/curvature.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/curvature.h @@ -21,6 +21,7 @@ namespace CGAL { namespace Polygon_mesh_processing { +namespace exprimental { template typename GetGeomTraits::type::FT @@ -179,6 +180,8 @@ void discrete_mean_curvature(const TriangleMesh& tm, discrete_mean_curvature(tm, vcm, parameters::all_default()); } -} } // CGAL::Polygon_mesh_processing::experimental +} // namespace experimental +} // namespace Polygon_mesh_processing +} // namespace CGAL #endif //CGAL_PMP_INTERNAL_CURVATURE_H