From 02140b0e176b10bf4cc1049d4fd992df1bc67b1b Mon Sep 17 00:00:00 2001 From: Shlomo Golubev Date: Wed, 4 Jul 2007 11:56:44 +0000 Subject: [PATCH] pre cond 160 --- .../include/CGAL/Arr_traits_2/Bezier_bounding_rational_traits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arrangement_2/include/CGAL/Arr_traits_2/Bezier_bounding_rational_traits.h b/Arrangement_2/include/CGAL/Arr_traits_2/Bezier_bounding_rational_traits.h index 35fe2677385..dfe53ba357c 100644 --- a/Arrangement_2/include/CGAL/Arr_traits_2/Bezier_bounding_rational_traits.h +++ b/Arrangement_2/include/CGAL/Arr_traits_2/Bezier_bounding_rational_traits.h @@ -157,7 +157,7 @@ public: CGAL_precondition(intersection_point.bound2.can_refine); // The following precondition makes sure the point is not rational already // (in which case it would not need refinement). - CGAL_precondition(intersection_point.bbox.min_x != intersection_point.bbox.max_x); +// CGAL_precondition(intersection_point.bbox.min_x != intersection_point.bbox.max_x); const Control_point_vec& cv1 = intersection_point.bound1.bounding_polyline; const NT& l1 = intersection_point.bound1.t_min;