From 2f0422cf3a206f8a1df2a62c60f89982f89cfdbe Mon Sep 17 00:00:00 2001 From: Susan Hert Date: Thu, 18 Apr 2002 14:12:17 +0000 Subject: [PATCH] shortening lines --- Packages/Partition_2/include/CGAL/partition_optimal_convex_2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Packages/Partition_2/include/CGAL/partition_optimal_convex_2.h b/Packages/Partition_2/include/CGAL/partition_optimal_convex_2.h index 0d65fc52100..ee02324b318 100644 --- a/Packages/Partition_2/include/CGAL/partition_optimal_convex_2.h +++ b/Packages/Partition_2/include/CGAL/partition_optimal_convex_2.h @@ -219,7 +219,8 @@ bool collinearly_visible(unsigned int edge_num1, unsigned int e_num, if ((e_num == edge_num1+1 || e_num+1 == edge_num2) && edges[edge_num1][edge_num2].is_visible() && - orientation(polygon[edge_num1], polygon[e_num], polygon[edge_num2]) == COLLINEAR) + orientation(polygon[edge_num1], polygon[e_num], polygon[edge_num2]) == + COLLINEAR) return true; else return false;