From: Martin Kronbichler Date: Sat, 4 Mar 2017 20:54:43 +0000 (+0100) Subject: Relax tolerance a for float zero slightly X-Git-Tag: v8.5.0-rc1~71^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0be1aaf046aa01d6385380e077784e2485114389;p=dealii.git Relax tolerance a for float zero slightly --- diff --git a/tests/matrix_free/inverse_mass_01.cc b/tests/matrix_free/inverse_mass_01.cc index a410d4b0ce..df92307228 100644 --- a/tests/matrix_free/inverse_mass_01.cc +++ b/tests/matrix_free/inverse_mass_01.cc @@ -195,7 +195,7 @@ void test () if (dim == 2) { deallog.push("float"); - deallog.threshold_double(1.e-6); + deallog.threshold_double(2.e-6); do_test (dof); deallog.threshold_double(1.e-10); deallog.pop();