mirror of https://github.com/CGAL/cgal
Remove call of setprecision() as it has no effect
This commit is contained in:
parent
1ca9dbc514
commit
f1e1b57fa4
|
|
@ -322,7 +322,6 @@ inline bool setRationalReduceFlag(bool f) {
|
|||
inline void CORE_init(long d) {
|
||||
get_static_defAbsPrec() = CORE_posInfty;
|
||||
get_static_defOutputDigits() = d;
|
||||
std::setprecision(get_static_defOutputDigits());
|
||||
}
|
||||
|
||||
/// change to scientific output format
|
||||
|
|
|
|||
Loading…
Reference in New Issue