mirror of https://github.com/CGAL/cgal
pre cond 160
This commit is contained in:
parent
82872f0e30
commit
02140b0e17
|
|
@ -157,7 +157,7 @@ public:
|
||||||
CGAL_precondition(intersection_point.bound2.can_refine);
|
CGAL_precondition(intersection_point.bound2.can_refine);
|
||||||
// The following precondition makes sure the point is not rational already
|
// The following precondition makes sure the point is not rational already
|
||||||
// (in which case it would not need refinement).
|
// (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 Control_point_vec& cv1 = intersection_point.bound1.bounding_polyline;
|
||||||
const NT& l1 = intersection_point.bound1.t_min;
|
const NT& l1 = intersection_point.bound1.t_min;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue