]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Loosen assertion.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 28 Jun 2005 16:22:34 +0000 (16:22 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 28 Jun 2005 16:22:34 +0000 (16:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@10957 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/fe_tools_cpfqpm_04.cc

index 267195e2559d5e718c8930f1b3fdc2201343f3e9..50f53dbf9bf84938f32665548edbcb66deb13035 100644 (file)
@@ -71,6 +71,6 @@ check_this (const FiniteElement<dim> &fe,
   for (unsigned int i=0; i<X.m(); ++i)
     X(i,i) -= 1;
 
-  Assert (X.frobenius_norm() < 1e-12, ExcInternalError());
+  Assert (X.frobenius_norm() < 1e-10, ExcInternalError());
 }
 

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.