From 2a1a18e8fd5e0755991508e140a52f10c1299541 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 20 Feb 2004 00:25:57 +0000 Subject: [PATCH] adjust tolerance git-svn-id: https://svn.dealii.org/trunk@8481 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/volume_2.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bits/volume_2.cc b/tests/bits/volume_2.cc index f0bc6e401d..0f7ca0b045 100644 --- a/tests/bits/volume_2.cc +++ b/tests/bits/volume_2.cc @@ -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 &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; -- 2.39.5