]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Relax tolerance a for float zero slightly
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 4 Mar 2017 20:54:43 +0000 (21:54 +0100)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 4 Mar 2017 20:54:43 +0000 (21:54 +0100)
tests/matrix_free/inverse_mass_01.cc

index a410d4b0ce1a8907e405972863a590f549772479..df92307228097c9f98135bdcd71c904b8aca6c37 100644 (file)
@@ -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<dim, fe_degree, float> (dof);
       deallog.threshold_double(1.e-10);
       deallog.pop();

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.