From 9f2f5bfbb246c52abd2f1d59662583e6c7bb263a Mon Sep 17 00:00:00 2001 From: Panagiotis Cheilaris Date: Mon, 30 Jul 2012 23:28:13 +0300 Subject: [PATCH] debug messages for d1, d2 in field_new --- .../Voronoi_vertex_sqrt_field_new_C2.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h b/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h index 143a1c4ecf3..404e6dbe301 100644 --- a/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h +++ b/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h @@ -1792,6 +1792,8 @@ private: if ( certainly(d1 == NEGATIVE) ) { return NEGATIVE; } if ( !is_certain(d1 == NEGATIVE) ) { return indeterminate(); } + std::cout << "debug incircle_xxxs d1=" << d1 << std::endl; + bool is_p_ttrg(false); if ( is_p_point and same_points(p, t.target_site()) ) { is_p_ttrg = true; @@ -1815,6 +1817,8 @@ private: if ( certainly( d2 == NEGATIVE ) ) { return NEGATIVE; } if ( !is_certain( d2 == NEGATIVE ) ) { return indeterminate(); } + std::cout << "debug incircle_xxxs d2=" << d2 << std::endl; + CGAL_assertion(numendpts_of_t < 2); std::cout << "debug incircle_xxxs numendpts_of_t= "