From 52c6e3138a3f9b21cad2ec0977e3234c30f94b4b Mon Sep 17 00:00:00 2001 From: Panagiotis Cheilaris Date: Tue, 15 Apr 2014 00:02:46 +0200 Subject: [PATCH] use variables in ring Signed-off-by: Panagiotis Cheilaris --- .../Segment_Delaunay_graph_Linf_2/Voronoi_vertex_ring_C2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_ring_C2.h b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_ring_C2.h index ea4d2d9560a..d9cc1522939 100644 --- a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_ring_C2.h +++ b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_ring_C2.h @@ -2001,7 +2001,7 @@ private: ((has_p_endp_tsrc)? 1 : 0) + ((has_q_endp_tsrc)? 1 : 0) + ((has_r_endp_tsrc)? 1 : 0) ; - + CGAL_USE(num_common_endp_tsrc); CGAL_SDG_DEBUG( std::cout << "debug num_common_endp_tsrc=" << num_common_endp_tsrc << std::endl; @@ -2077,7 +2077,7 @@ private: ((has_p_endp_ttrg)? 1 : 0) + ((has_q_endp_ttrg)? 1 : 0) + ((has_r_endp_ttrg)? 1 : 0) ; - + CGAL_USE(num_common_endp_ttrg); CGAL_SDG_DEBUG( std::cout << "debug num_common_endp_ttrg=" << num_common_endp_ttrg << std::endl;