From 74509bbab10d47e588192f89072fb75b7cc717b5 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Mon, 6 Apr 2020 16:13:59 +0200 Subject: [PATCH] Fix warning in sdg example --- .../examples/Segment_Delaunay_graph_2/sdg-info-set.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Segment_Delaunay_graph_2/examples/Segment_Delaunay_graph_2/sdg-info-set.cpp b/Segment_Delaunay_graph_2/examples/Segment_Delaunay_graph_2/sdg-info-set.cpp index 7ff784672e6..9ada941ab27 100644 --- a/Segment_Delaunay_graph_2/examples/Segment_Delaunay_graph_2/sdg-info-set.cpp +++ b/Segment_Delaunay_graph_2/examples/Segment_Delaunay_graph_2/sdg-info-set.cpp @@ -200,7 +200,8 @@ int main() assert( ifs ); SDG2 sdg; - Site_2 site; + Gt::Point_2 init(0,0); + Site_2 site = Site_2::construct_site_2(init); Generate_info generate; // read the sites and their info and insert them in the