]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Relax test slightly so that it runs through on x86_64
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 5 Dec 2005 14:56:19 +0000 (14:56 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 5 Dec 2005 14:56:19 +0000 (14:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@11819 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/check_derivatives.cc

index f99d25ebaff587893e59246d2a8793e7ef10a466..33e61614f1db293c08257e55b4c73419bc9a7b56 100644 (file)
@@ -59,7 +59,7 @@ void test (const FiniteElement<dim> &fe,
                            delta_x;
             }
 
-          Assert ((gradient-fd_grad).norm () <= 1e-5,
+          Assert ((gradient-fd_grad).norm () <= 2e-5,
                   ExcInternalError());
         }
   deallog << "OK" << std::endl;

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.