mirror of https://github.com/CGAL/cgal
Optimize NumTraits::Literal for intervals.
This commit is contained in:
parent
c56c5b0241
commit
ddb5bf91e8
|
|
@ -1270,6 +1270,7 @@ namespace Eigen {
|
||||||
typedef CGAL::Interval_nt<b> Real;
|
typedef CGAL::Interval_nt<b> Real;
|
||||||
typedef CGAL::Interval_nt<b> NonInteger;
|
typedef CGAL::Interval_nt<b> NonInteger;
|
||||||
typedef CGAL::Interval_nt<b> Nested;
|
typedef CGAL::Interval_nt<b> Nested;
|
||||||
|
typedef double Literal;
|
||||||
|
|
||||||
static inline Real epsilon() { return 0; }
|
static inline Real epsilon() { return 0; }
|
||||||
static inline Real dummy_precision() { return 0; }
|
static inline Real dummy_precision() { return 0; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue