From: heister Date: Mon, 14 Jan 2013 22:34:13 +0000 (+0000) Subject: increase output precision (this will temporarily break a few tests) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38cbc3d6209dfca19bba3775df11d8d08639a771;p=dealii-svn.git increase output precision (this will temporarily break a few tests) git-svn-id: https://svn.dealii.org/trunk@28052 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);