mirror of https://github.com/CGAL/cgal
- line too long fixed.
This commit is contained in:
parent
f6802862a2
commit
632645e683
|
|
@ -179,7 +179,8 @@ const double CGAL_Interval_nt_advanced::max_double =1.7976931348623157081e+308;
|
|||
|
||||
// Smallest interval strictly around zero.
|
||||
const CGAL_Interval_nt_advanced CGAL_Interval_nt_advanced::smallest
|
||||
(-CGAL_Interval_nt_advanced::min_double, CGAL_Interval_nt_advanced::min_double);
|
||||
(-CGAL_Interval_nt_advanced::min_double,
|
||||
CGAL_Interval_nt_advanced::min_double);
|
||||
|
||||
// [-inf;+inf]
|
||||
const CGAL_Interval_nt_advanced CGAL_Interval_nt_advanced::largest
|
||||
|
|
|
|||
Loading…
Reference in New Issue