modified a couple of data files

This commit is contained in:
Menelaos Karavelas 2006-07-25 12:26:27 +00:00
parent e1952b7a28
commit 1d0aa18a9b
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -50,8 +50,8 @@ typedef CGAL::Storage_traits_2<Gt> ST;
typedef CGAL::Tag_true STag;
//typedef CGAL::Tag_false STag;
//typedef CGAL::Segment_Delaunay_graph_2<Gt,ST> SDG2;
typedef CGAL::Segment_Delaunay_graph_hierarchy_2<Gt,STag,ST> SDG2;
typedef CGAL::Segment_Delaunay_graph_2<Gt,ST> SDG2;
//typedef CGAL::Segment_Delaunay_graph_hierarchy_2<Gt,STag,ST> SDG2;
template<class SDG>
bool test(SDG& sdg, char* fname, bool read_info = false)