From: Wolfgang Bangerth Date: Thu, 8 Sep 2011 04:43:50 +0000 (+0000) Subject: Lower tolerance. X-Git-Tag: v8.0.0~3494 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=275eb529a77a29be7bffe26bc98dfcae4b8d3419;p=dealii.git Lower tolerance. git-svn-id: https://svn.dealii.org/trunk@24286 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/fe_field_function_02.cc b/tests/bits/fe_field_function_02.cc index 02884b8e0a..9a71c69249 100644 --- a/tests/bits/fe_field_function_02.cc +++ b/tests/bits/fe_field_function_02.cc @@ -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 ()