From c85c4e01adf42adf6bbbe6628d0cda7d5082ea2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 27 May 2016 15:47:58 +0200 Subject: [PATCH] remove useless comment and fix indentation --- .../include/CGAL/Polygon_mesh_processing/measure.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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()));