From e2c7fe74314a914df512706319bb36bf106e3567 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 11 Aug 2006 15:10:17 +0000 Subject: [PATCH] Use a higher accuracy for results git-svn-id: https://svn.dealii.org/trunk@13662 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/dof_tools_03.cc | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5