diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h index 19d0e6145bd..6f640abd295 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h @@ -308,12 +308,8 @@ namespace Polygon_mesh_processing { } template - /* AF what is wrong here??? - typename CGAL::Kernel_traits::type>::Kernel::FT - */ - double -area(FaceRange face_range, const TriangleMesh& tmesh) + double + area(FaceRange face_range, const TriangleMesh& tmesh) { return to_double(area(face_range, tmesh, CGAL::Polygon_mesh_processing::parameters::all_default()));