From 1442428418169ba9691897952f0e81c92ec1d699 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 15 Oct 2013 16:27:44 +0000 Subject: [PATCH] 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 --- tests/bits/fe_tools_08.cc | 2 +- tests/bits/fe_tools_cpfqpm_01.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.5