From 2ab4e7290c5beb10f738573d26d708a8f2e908e4 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Wed, 14 Feb 2007 16:05:16 +0000 Subject: [PATCH] cleanup --- .../include/CGAL/Arr_traits_2/Segment_assertions.h | 8 ++++---- .../include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Arrangement_2/include/CGAL/Arr_traits_2/Segment_assertions.h b/Arrangement_2/include/CGAL/Arr_traits_2/Segment_assertions.h index 5e6e200ef30..0cd6b461010 100644 --- a/Arrangement_2/include/CGAL/Arr_traits_2/Segment_assertions.h +++ b/Arrangement_2/include/CGAL/Arr_traits_2/Segment_assertions.h @@ -36,7 +36,7 @@ public: static bool _assert_is_point_on (const Point_2& pt, const X_monotone_curve_2& cv, - Tag_true tag) + Tag_true) { Traits_2 traits; return (traits.compare_y_at_x_2_object() (pt, cv) == EQUAL); @@ -44,14 +44,14 @@ public: static bool _assert_is_point_on (const Point_2& pt, const X_monotone_curve_2& cv, - Tag_false tag) + Tag_false) { return (true); } static bool _assert_is_point_on (const Point_2& pt, const Line_2& l, - Tag_true tag) + Tag_true) { Kernel kernel; return (kernel.has_on_2_object() (l, pt)); @@ -59,7 +59,7 @@ public: static bool _assert_is_point_on (const Point_2& pt, const Line_2& l, - Tag_false tag) + Tag_false) { return (true); } diff --git a/Arrangement_2/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h b/Arrangement_2/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h index 45089d2f78b..28334e422d4 100644 --- a/Arrangement_2/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h +++ b/Arrangement_2/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h @@ -179,10 +179,10 @@ public: /*! * Implementation of the operator() in case the HasInfinite tag is false. */ - Comparison_result _compare_curves_imp (const X_monotone_curve_2& , + Comparison_result _compare_curves_imp (const X_monotone_curve_2&, + Curve_end, + const X_monotone_curve_2&, Curve_end, - const X_monotone_curve_2& , - Curve_end ind2, Tag_false) const { return (EQUAL);