From f1e1b57fa40a57bc89d90ed7476f47378353bcbb Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 31 Jan 2019 19:00:14 +0100 Subject: [PATCH] Remove call of setprecision() as it has no effect --- CGAL_Core/include/CGAL/CORE/CoreDefs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/CGAL_Core/include/CGAL/CORE/CoreDefs.h b/CGAL_Core/include/CGAL/CORE/CoreDefs.h index 1d136ab43d1..c9851e6c09c 100644 --- a/CGAL_Core/include/CGAL/CORE/CoreDefs.h +++ b/CGAL_Core/include/CGAL/CORE/CoreDefs.h @@ -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