]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
increase tolerance to 10^-13
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 May 2007 04:53:52 +0000 (04:53 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 May 2007 04:53:52 +0000 (04:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@14658 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/sparse_matrices.cc

index cae0de45ef6996cb70b344ba18474ec883dcc7ac..beb89a351a86d6449431a10d7d449c43914515ce 100644 (file)
@@ -372,7 +372,7 @@ int main()
   E.print_statistics(deallog, true);
 
   for (unsigned int i=0;i<E_res.size();++i)
-    if (std::fabs(A_res[i] - E_res[i]) > 1.e-14)
+    if (std::fabs(A_res[i] - E_res[i]) > 1.e-13)
       deallog << "SparseMatrix and SparseMatrixEZ differ!!!"
              << std::endl;
                                    // dump A into a file, and re-read

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.