- line too long fixed.

This commit is contained in:
Sylvain Pion 1998-12-11 11:47:01 +00:00
parent f6802862a2
commit 632645e683
1 changed files with 2 additions and 1 deletions

View File

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