diff --git a/Arrangement_on_surface_2/include/CGAL/Sweep_line_2/Arr_construction_sl_visitor.h b/Arrangement_on_surface_2/include/CGAL/Sweep_line_2/Arr_construction_sl_visitor.h index 6aa7f5acc10..f4dce949929 100644 --- a/Arrangement_on_surface_2/include/CGAL/Sweep_line_2/Arr_construction_sl_visitor.h +++ b/Arrangement_on_surface_2/include/CGAL/Sweep_line_2/Arr_construction_sl_visitor.h @@ -748,7 +748,9 @@ Arr_construction_sl_visitor::insert_at_vertices // computation of signs and local/global minima // that now takes place inside _insert_at_vertices // TODO EBEB 2012-08-06 check whether signs are not needed - // it seems that swap_pred is either false or + // it seems that swap_pred is either + // false + // if obbiblious or // event->parameter_space_in_x() == CGAL::ARR_INTERIOR && // event->parameter_space_in_y() == CGAL::ARR_TOP_BOUNDARY // if not oblivious! But I have the feeling that signs are needed!