diff --git a/Intersections_3/include/CGAL/internal/Intersections_3/Bbox_3_Segment_3_do_intersect.h b/Intersections_3/include/CGAL/internal/Intersections_3/Bbox_3_Segment_3_do_intersect.h index 03a8fadb79f..41f958ddc5b 100644 --- a/Intersections_3/include/CGAL/internal/Intersections_3/Bbox_3_Segment_3_do_intersect.h +++ b/Intersections_3/include/CGAL/internal/Intersections_3/Bbox_3_Segment_3_do_intersect.h @@ -348,7 +348,7 @@ namespace internal { if(possibly(b2)) return !b2; } - Is_greater_value b; + Is_greater_value b = Is_greater_value(); // If tymin/dymin > t1, set t1 = tymin/dymin. if( (px == qx) || // <=> (dmin == 0) ( (py != qy) && // <=> (dymin > 0)