]> https://gitweb.dealii.org/ - dealii.git/commitdiff
lower the tolerance for full_matrix_10 test with float numbers 5416/head
authorDenis Davydov <davydden@gmail.com>
Tue, 7 Nov 2017 09:27:31 +0000 (10:27 +0100)
committerDenis Davydov <davydden@gmail.com>
Tue, 7 Nov 2017 09:27:31 +0000 (10:27 +0100)
tests/full_matrix/full_matrix_10.cc

index 8860f2a3f3c83812f76d01173bb8460844b2a511..654b59dfae402649b4f24b35fcd06d3dabd46903 100644 (file)
@@ -41,7 +41,7 @@ void test()
         D(i,j) += A(i,k) * B(j,k);
   C.add(-1., D);
 
-  deallog << "Difference: " << filter_out_small_numbers(C.l1_norm(), std::numeric_limits<Number>::epsilon()*50.) << std::endl;
+  deallog << "Difference: " << filter_out_small_numbers(C.l1_norm(), std::numeric_limits<Number>::epsilon()*100.) << std::endl;
 }
 
 int main()

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.