From 624a9167f353af6280ed869b277eabe53a501d3e Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 10 Jan 2009 00:42:05 +0000 Subject: [PATCH] Suppress miniscule numbers. git-svn-id: https://svn.dealii.org/trunk@18180 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/rt_hessian.cc | 4 ++-- tests/deal.II/rt_hessian/cmp/generic | 6 +++--- .../rt_hessian/cmp/x86_64-unknown-linux-gnu+gcc4.2 | 14 -------------- 3 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 tests/deal.II/rt_hessian/cmp/x86_64-unknown-linux-gnu+gcc4.2 diff --git a/tests/deal.II/rt_hessian.cc b/tests/deal.II/rt_hessian.cc index fad8e999b4..0a744dc0a7 100644 --- a/tests/deal.II/rt_hessian.cc +++ b/tests/deal.II/rt_hessian.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2008 by the deal.II authors +// Copyright (C) 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -81,7 +81,7 @@ int main() deallog.attach(logfile); deallog.depth_console (0); - deallog.threshold_double(1.e-10); + deallog.threshold_double(1.e-8); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/deal.II/rt_hessian/cmp/generic b/tests/deal.II/rt_hessian/cmp/generic index d8325b412c..edc9aeadca 100644 --- a/tests/deal.II/rt_hessian/cmp/generic +++ b/tests/deal.II/rt_hessian/cmp/generic @@ -1,11 +1,11 @@ DEAL::6.0 -DEAL::4.4e-10 +DEAL::0 DEAL::0 DEAL::0 DEAL::6.0 -DEAL::6.7e-10 -DEAL::4.4e-10 +DEAL::0 +DEAL::0 DEAL::0 DEAL::0 DEAL::0 diff --git a/tests/deal.II/rt_hessian/cmp/x86_64-unknown-linux-gnu+gcc4.2 b/tests/deal.II/rt_hessian/cmp/x86_64-unknown-linux-gnu+gcc4.2 deleted file mode 100644 index 31f5dca4c5..0000000000 --- a/tests/deal.II/rt_hessian/cmp/x86_64-unknown-linux-gnu+gcc4.2 +++ /dev/null @@ -1,14 +0,0 @@ - -DEAL::6.0 -DEAL::-2.2e-10 -DEAL::0 -DEAL::0 -DEAL::6.0 -DEAL::6.7e-10 -DEAL::4.4e-10 -DEAL::0 -DEAL::0 -DEAL::0 -DEAL::0 -DEAL::0 -DEAL::0 -- 2.39.5