]> https://gitweb.dealii.org/ - dealii.git/commitdiff
adjust tolerance
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 20 Feb 2004 00:25:57 +0000 (00:25 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 20 Feb 2004 00:25:57 +0000 (00:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@8481 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/volume_2.cc

index f0bc6e401d1a27d01427609db81bb70468dec35f..0f7ca0b04585302c801edd9ae509af132f889e8a 100644 (file)
@@ -2,7 +2,7 @@
 //    volume_2.cc,v 1.1 2003/10/19 22:29:39 wolf Exp
 //    Version: 
 //
-//    Copyright (C) 2003 by the deal.II authors
+//    Copyright (C) 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -93,7 +93,7 @@ void check (const Triangulation<dim> &tria,
             }
     }
 
-  Assert (std::fabs(v1-v2)/v1 < 1e-4, ExcInternalError());
+  Assert (std::fabs(v1-v2)/v1 < 4e-4, ExcInternalError());
   deallog << " face integration: "
           << v1 / dim
           << 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.