From 1d0aa18a9b83f3f74563a74a61f4bcd9a6940237 Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Tue, 25 Jul 2006 12:26:27 +0000 Subject: [PATCH] modified a couple of data files --- .../new_stuff/Segment_Delaunay_graph_2/data/sitesxx.cin | 2 +- .../new_stuff/Segment_Delaunay_graph_2/data/sitesxx.rb.cin | 2 +- .../new_stuff/Segment_Delaunay_graph_2/info.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Segment_Delaunay_graph_2/new_stuff/Segment_Delaunay_graph_2/data/sitesxx.cin b/Segment_Delaunay_graph_2/new_stuff/Segment_Delaunay_graph_2/data/sitesxx.cin index 54822f12593..c1353531199 100644 --- a/Segment_Delaunay_graph_2/new_stuff/Segment_Delaunay_graph_2/data/sitesxx.cin +++ b/Segment_Delaunay_graph_2/new_stuff/Segment_Delaunay_graph_2/data/sitesxx.cin @@ -8,4 +8,4 @@ s 0 0 1 1 s 0.5 0 0.5 2 s 0.5 0 0.5 2 s -1 0.5 2 0.5 -s -1 0.5 2 0.5 +s 3 0.5 -1 0.5 diff --git a/Segment_Delaunay_graph_2/new_stuff/Segment_Delaunay_graph_2/data/sitesxx.rb.cin b/Segment_Delaunay_graph_2/new_stuff/Segment_Delaunay_graph_2/data/sitesxx.rb.cin index 8c421fbb350..e90eeb48165 100644 --- a/Segment_Delaunay_graph_2/new_stuff/Segment_Delaunay_graph_2/data/sitesxx.rb.cin +++ b/Segment_Delaunay_graph_2/new_stuff/Segment_Delaunay_graph_2/data/sitesxx.rb.cin @@ -8,4 +8,4 @@ s 0 0 1 1 b s 0.5 0 0.5 2 b s 0.5 0 0.5 2 r s -1 0.5 2 0.5 r -s -1 0.5 2 0.5 b +s 3 0.5 -1 0.5 b diff --git a/Segment_Delaunay_graph_2/new_stuff/Segment_Delaunay_graph_2/info.cpp b/Segment_Delaunay_graph_2/new_stuff/Segment_Delaunay_graph_2/info.cpp index 1126284cd56..798366e2c98 100644 --- a/Segment_Delaunay_graph_2/new_stuff/Segment_Delaunay_graph_2/info.cpp +++ b/Segment_Delaunay_graph_2/new_stuff/Segment_Delaunay_graph_2/info.cpp @@ -50,8 +50,8 @@ typedef CGAL::Storage_traits_2 ST; typedef CGAL::Tag_true STag; //typedef CGAL::Tag_false STag; -//typedef CGAL::Segment_Delaunay_graph_2 SDG2; -typedef CGAL::Segment_Delaunay_graph_hierarchy_2 SDG2; +typedef CGAL::Segment_Delaunay_graph_2 SDG2; +//typedef CGAL::Segment_Delaunay_graph_hierarchy_2 SDG2; template bool test(SDG& sdg, char* fname, bool read_info = false)