From bc0f479080aea1e8cb98f1c7b2e4b09183bbf77e Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Sat, 25 Apr 2015 16:09:11 +0200 Subject: [PATCH] remove trailing comma in enum --- .../include/CGAL/Surface_mesh_shortest_path/barycentric.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/barycentric.h b/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/barycentric.h index cfc54e45983..384e61ecfd7 100644 --- a/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/barycentric.h +++ b/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/barycentric.h @@ -145,7 +145,7 @@ enum Barycentric_coordinate_type /// if the coordinate has no non-zero weight, and they all sum to 1 BARYCENTRIC_COORDINATE_INSIDE, /// if the weights of the coordinate do not sum to 1 - BARYCENTRIC_COORDINATE_OUTSIDE, + BARYCENTRIC_COORDINATE_OUTSIDE }; template