From: Matthias Maier <tamiko@43-1.org>
Date: Tue, 20 Mar 2018 02:51:46 +0000 (-0500)
Subject: tests: Increase output precision for fe/rt_bubbles_(14|15)
X-Git-Tag: v9.0.0-rc1~304^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5d0085d2775e73e8efadd891a7f56ec0b55acd3;p=dealii.git

tests: Increase output precision for fe/rt_bubbles_(14|15)
---

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)