From 49c42babc56d4a2be1e30376cadec92f6eade8ce Mon Sep 17 00:00:00 2001 From: Panagiotis Cheilaris Date: Tue, 13 Aug 2013 17:34:24 +0300 Subject: [PATCH] debig message for zero return value in q: segment Signed-off-by: Panagiotis Cheilaris --- .../Voronoi_vertex_sqrt_field_new_C2.h | 2 ++ 1 file changed, 2 insertions(+) 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 3234f73d051..538ca21a301 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 @@ -2039,6 +2039,8 @@ private: } } // end of samey case } + CGAL_SDG_DEBUG(std::cout << "debug return ZERO in case" + << " of q: segment (last resort)" << std::endl;); return ZERO; }