]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Lower tolerance.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 8 Sep 2011 04:43:50 +0000 (04:43 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 8 Sep 2011 04:43:50 +0000 (04:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@24286 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/fe_field_function_02.cc

index 02884b8e0adad29fe356460a3559f391bad06642..9a71c69249cb7ca4677760c1d7ce67cc04dacf04 100644 (file)
@@ -75,7 +75,7 @@ void test() {
 
   deallog << "Projection error: " << abs_zero(v2.l2_norm())
          << std::endl;
-  Assert (v2.l2_norm() < 1e-12, ExcInternalError());
+  Assert (v2.l2_norm() < 1e-10, ExcInternalError());
 }
 
 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.