From: kanschat Date: Wed, 7 Dec 2011 19:42:51 +0000 (+0000) Subject: 2nd derivatives work in codim 1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=366f5ede6a59aea05c7dc608252a2b3dae6fb665;p=dealii-svn.git 2nd derivatives work in codim 1 git-svn-id: https://svn.dealii.org/trunk@24799 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/fe/fe.cc b/deal.II/source/fe/fe.cc index e8db6a6bfe..2c6b3d2a6f 100644 --- a/deal.II/source/fe/fe.cc +++ b/deal.II/source/fe/fe.cc @@ -937,7 +937,6 @@ FiniteElement::compute_2nd ( InternalDataBase &fe_internal, FEValuesData &data) const { - AssertDimension(dim,spacedim); Assert ((fe_internal.update_each | fe_internal.update_once) & update_hessians, ExcInternalError());