diff --git a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h index 3db813e80ff..f65857bd108 100644 --- a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h +++ b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h @@ -1968,6 +1968,15 @@ private: return POSITIVE; } + if ((v_type == PSS) and (not is_q_hv) and (not is_r_hv)) { + if (test == EQUAL) { + CGAL_SDG_DEBUG(std::cout + << "debug equivalent points and two non-hv segments," + << " thus return zero" << std::endl;); + return ZERO; + } + } + } } else { // tocheck and tofix