From 55ca5a64aaaaca82974e3ec608d3a3143ce4ac41 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 21 Apr 2009 02:24:52 +0000 Subject: [PATCH] Fix roundoff problems. git-svn-id: https://svn.dealii.org/trunk@18660 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/aniso/fe_tools.cc | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5