From: Wolfgang Bangerth Date: Tue, 21 Apr 2009 02:24:52 +0000 (+0000) Subject: Fix roundoff problems. X-Git-Tag: v8.0.0~7812 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55ca5a64aaaaca82974e3ec608d3a3143ce4ac41;p=dealii.git Fix roundoff problems. git-svn-id: https://svn.dealii.org/trunk@18660 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/aniso/fe_tools.cc b/tests/aniso/fe_tools.cc index 9f3dc17b7b..9f61850e0c 100644 --- a/tests/aniso/fe_tools.cc +++ b/tests/aniso/fe_tools.cc @@ -163,6 +163,7 @@ int main() std::ofstream logfile("fe_tools/output"); deallog.attach(logfile); deallog.depth_console(0); + deallog << std::setprecision(5); deallog.threshold_double(1.e-8); test_projection<2>(logfile);