From: bangerth Date: Fri, 11 Aug 2006 15:10:17 +0000 (+0000) Subject: Use a higher accuracy for results X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c7fe74314a914df512706319bb36bf106e3567;p=dealii-svn.git Use a higher accuracy for results git-svn-id: https://svn.dealii.org/trunk@13662 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/dof_tools_03.cc b/tests/bits/dof_tools_03.cc index 0263a2067c..5860810557 100644 --- a/tests/bits/dof_tools_03.cc +++ b/tests/bits/dof_tools_03.cc @@ -29,6 +29,7 @@ template void check_this (const DoFHandler &dof_handler) { + deallog.get_file_stream().precision (5); // don't run this test if hanging // nodes are not implemented if (dof_handler.get_fe().constraints_are_implemented() == false)