mirror of https://github.com/CGAL/cgal
typo
This commit is contained in:
parent
fb7a7e2e95
commit
97111c3ee4
|
|
@ -1170,7 +1170,7 @@ std::ostream& operator<<(std::ostream& os,const Gmpfr &a){
|
||||||
mpfr_free_str(str);
|
mpfr_free_str(str);
|
||||||
int i = 0;
|
int i = 0;
|
||||||
size_t n = s.length();
|
size_t n = s.length();
|
||||||
sizt_t k = 0;
|
size_t k = 0;
|
||||||
while (k < n && s[n-k-1] == '0') k++; // count trailing zeros
|
while (k < n && s[n-k-1] == '0') k++; // count trailing zeros
|
||||||
if (k == n) return os << "0";
|
if (k == n) return os << "0";
|
||||||
else if (k) {
|
else if (k) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue