mirror of https://github.com/CGAL/cgal
rm ambig
This commit is contained in:
parent
223b043a33
commit
bd1840fe6d
|
|
@ -55,7 +55,7 @@ d_to_q(double x)
|
|||
|
||||
{ mantissa *= width; // shift double mantissa
|
||||
mantissa = std::modf(mantissa, &intpart);
|
||||
num *= shift_pow;
|
||||
num *= (long)shift_pow;
|
||||
num += (long)intpart;
|
||||
exponent -= shift;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue