From 33061ecee21fa9ce4624997f6fb45e59609b2eb3 Mon Sep 17 00:00:00 2001 From: Panagiotis Cheilaris Date: Mon, 14 Apr 2014 12:39:09 +0200 Subject: [PATCH] use sitev only in verbose mode Signed-off-by: Panagiotis Cheilaris --- .../Segment_Delaunay_graph_Linf_2_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Segment_Delaunay_graph_Linf_2_impl.h b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Segment_Delaunay_graph_Linf_2_impl.h index aa39d67253a..eb337688fe4 100644 --- a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Segment_Delaunay_graph_Linf_2_impl.h +++ b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Segment_Delaunay_graph_Linf_2_impl.h @@ -1107,8 +1107,8 @@ insert_point_on_segment(const Storage_site_2& ss, const Site_2& , Storage_site_2 ssx = storage_traits().construct_storage_site_2_object()(ss, ssitev); - Site_2 sitev = ssitev.site(); #ifdef CGAL_SDG_VERBOSE + Site_2 sitev = ssitev.site(); std::cout << "debug insert_point_on_segment intsec=" << ssx.site() << " v=" << sitev << std::endl ; #endif