]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Relax tolerance in one other place as well.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Mar 2007 21:24:50 +0000 (21:24 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Mar 2007 21:24:50 +0000 (21:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@14592 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_q.cc

index 34005afd84ddf10346bd2b3e420f9876ee276f0d..c27b9f5dc4b39cba3e362aa88facd60051772581 100644 (file)
@@ -554,7 +554,7 @@ get_subface_interpolation_matrix (const FiniteElement<dim> &x_source_fe,
       for (unsigned int i=0; i<this->dofs_per_face; ++i)
         sum += interpolation_matrix(j,i);
 
-      Assert (std::fabs(sum-1) < 2e-13*this->degree*(dim-1),
+      Assert (std::fabs(sum-1) < 2e-13*this->degree*this->degree*dim,
               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.