From: bangerth Date: Tue, 15 Oct 2013 16:27:44 +0000 (+0000) Subject: Increase precision to get under numdiffs limit. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1442428418169ba9691897952f0e81c92ec1d699;p=dealii-svn.git Increase precision to get under numdiffs limit. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31239 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/fe_tools_08.cc b/tests/bits/fe_tools_08.cc index 1afc64b872..a2c7e70cc5 100644 --- a/tests/bits/fe_tools_08.cc +++ b/tests/bits/fe_tools_08.cc @@ -31,7 +31,7 @@ void check_this (const FiniteElement &fe1, const FiniteElement &fe2) { - deallog << std::setprecision (8); + deallog << std::setprecision (9); // only check if both elements have // support points. otherwise, diff --git a/tests/bits/fe_tools_cpfqpm_01.cc b/tests/bits/fe_tools_cpfqpm_01.cc index 7b594a7f49..ac2ea500ed 100644 --- a/tests/bits/fe_tools_cpfqpm_01.cc +++ b/tests/bits/fe_tools_cpfqpm_01.cc @@ -38,7 +38,7 @@ void check_this (const FiniteElement &fe, const FiniteElement &/*fe2*/) { - deallog << std::setprecision (8); + deallog << std::setprecision (9); // only check if both elements have // support points. otherwise,