From d5d0085d2775e73e8efadd891a7f56ec0b55acd3 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 19 Mar 2018 21:51:46 -0500 Subject: [PATCH] tests: Increase output precision for fe/rt_bubbles_(14|15) --- tests/fe/rt_bubbles_14.cc | 1 + tests/fe/rt_bubbles_15.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/fe/rt_bubbles_14.cc b/tests/fe/rt_bubbles_14.cc index c75595c5d1..2a555dcd76 100644 --- a/tests/fe/rt_bubbles_14.cc +++ b/tests/fe/rt_bubbles_14.cc @@ -80,6 +80,7 @@ int main() { initlog(); + deallog << std::setprecision(8); deallog << std::fixed; for (unsigned int i=1; i<4; ++i) diff --git a/tests/fe/rt_bubbles_15.cc b/tests/fe/rt_bubbles_15.cc index a2b59f3b05..ddb136eb5c 100644 --- a/tests/fe/rt_bubbles_15.cc +++ b/tests/fe/rt_bubbles_15.cc @@ -81,6 +81,7 @@ int main() { initlog(); + deallog << std::setprecision(8); deallog << std::fixed; for (unsigned int i=1; i<4; ++i) -- 2.39.5