From: Wolfgang Bangerth Date: Tue, 21 Apr 2009 02:47:09 +0000 (+0000) Subject: Be content with an error of 1e-8 X-Git-Tag: v8.0.0~7807 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=971fde6c3c6b7c217a94037f3845235f55f9236b;p=dealii.git Be content with an error of 1e-8 git-svn-id: https://svn.dealii.org/trunk@18665 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/hsl_ma27_01.cc b/tests/bits/hsl_ma27_01.cc index e287e4bbb7..a4bd539a59 100644 --- a/tests/bits/hsl_ma27_01.cc +++ b/tests/bits/hsl_ma27_01.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes +// Copyright (C) 2002, 2003, 2004, 2005, 2009 by the deal.II authors and Brian Carnes // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -107,7 +107,7 @@ int main () std::ofstream logfile("hsl_ma27_01/output"); deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); + deallog.threshold_double(1.e-8); test<1> (); test<2> (); diff --git a/tests/bits/hsl_ma27_02.cc b/tests/bits/hsl_ma27_02.cc index 9541e9d909..cb77212393 100644 --- a/tests/bits/hsl_ma27_02.cc +++ b/tests/bits/hsl_ma27_02.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes +// Copyright (C) 2002, 2003, 2004, 2005, 2009 by the deal.II authors and Brian Carnes // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -113,7 +113,7 @@ int main () std::ofstream logfile("hsl_ma27_02/output"); deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); + deallog.threshold_double(1.e-8); test<1> (); test<2> (); diff --git a/tests/bits/hsl_ma47_01.cc b/tests/bits/hsl_ma47_01.cc index b7dbf9bcfc..1d9c1371e3 100644 --- a/tests/bits/hsl_ma47_01.cc +++ b/tests/bits/hsl_ma47_01.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes +// Copyright (C) 2002, 2003, 2004, 2005, 2009 by the deal.II authors and Brian Carnes // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -107,7 +107,7 @@ int main () std::ofstream logfile("hsl_ma47_01/output"); deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); + deallog.threshold_double(1.e-8); test<1> (); test<2> (); diff --git a/tests/bits/hsl_ma47_02.cc b/tests/bits/hsl_ma47_02.cc index 66ca452a8d..4a933ad56e 100644 --- a/tests/bits/hsl_ma47_02.cc +++ b/tests/bits/hsl_ma47_02.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes +// Copyright (C) 2002, 2003, 2004, 2005, 2009 by the deal.II authors and Brian Carnes // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -113,7 +113,7 @@ int main () std::ofstream logfile("hsl_ma47_02/output"); deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); + deallog.threshold_double(1.e-8); test<1> (); test<2> ();