From 38cbc3d6209dfca19bba3775df11d8d08639a771 Mon Sep 17 00:00:00 2001 From: heister Date: Mon, 14 Jan 2013 22:34:13 +0000 Subject: [PATCH] increase output precision (this will temporarily break a few tests) git-svn-id: https://svn.dealii.org/trunk@28052 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/fe_tools_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bits/fe_tools_common.h b/tests/bits/fe_tools_common.h index 97e6c38520..dcf31fc3d2 100644 --- a/tests/bits/fe_tools_common.h +++ b/tests/bits/fe_tools_common.h @@ -173,7 +173,7 @@ main() try { std::ofstream logfile(output_file_name.c_str()); - deallog << std::setprecision (2); + deallog << std::setprecision (6); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); -- 2.39.5