From 2addd7f64182f194dc3f28f58df9679ab63d3f5e Mon Sep 17 00:00:00 2001 From: Panagiotis Cheilaris Date: Sat, 1 Jun 2013 23:49:58 +0200 Subject: [PATCH] debug show idx in oriented side of bisector Signed-off-by: Panagiotis Cheilaris --- .../Oriented_side_of_bisector_C2.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Oriented_side_of_bisector_C2.h b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Oriented_side_of_bisector_C2.h index 0bf778484a6..8db72571b0b 100644 --- a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Oriented_side_of_bisector_C2.h +++ b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Oriented_side_of_bisector_C2.h @@ -243,6 +243,9 @@ private: } } + CGAL_SDG_DEBUG(std::cout << "debug compare_distances_ss " + << " idx=" << idx1 << " idx2=" << idx2 << std::endl;); + CGAL_assertion( idx1 >= -1 && idx1 <= 1 ); CGAL_assertion( idx2 >= -1 && idx2 <= 1 );