mirror of https://github.com/CGAL/cgal
modified a couple of data files
This commit is contained in:
parent
e1952b7a28
commit
1d0aa18a9b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue