mirror of https://github.com/CGAL/cgal
Fixed point typedef in Tr_3/benchmarks
This commit is contained in:
parent
1e30446d7e
commit
42fa20881c
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
|
||||
typedef CGAL::Delaunay_triangulation_3<K> DT;
|
||||
typedef K::Point_3 Point_3;
|
||||
typedef DT::Point Point_3;
|
||||
typedef CGAL::Timer Timer;
|
||||
|
||||
int main()
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
|
||||
typedef CGAL::Delaunay_triangulation_3<K> DT;
|
||||
typedef K::Point_3 Point_3;
|
||||
typedef DT::Point Point_3;
|
||||
typedef CGAL::Timer Timer;
|
||||
typedef CGAL::Creator_uniform_3<double,Point_3> Creator;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue