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