From: Guido Kanschat Date: Mon, 14 Jun 2004 22:42:07 +0000 (+0000) Subject: Workaround X-Git-Tag: v8.0.0~15033 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0e0c65886c2c8ebd7e4acc37444deb616f1f98b;p=dealii.git Workaround git-svn-id: https://svn.dealii.org/trunk@9426 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe.cc b/deal.II/deal.II/source/fe/fe.cc index a5f0fdd22a..704b1cbe16 100644 --- a/deal.II/deal.II/source/fe/fe.cc +++ b/deal.II/deal.II/source/fe/fe.cc @@ -477,9 +477,9 @@ compute_2nd (const Mapping &mapping, = std::accumulate (n_nonzero_components_table.begin(), n_nonzero_components_table.end(), 0U); - - Assert (data.shape_2nd_derivatives.size() == total_nonzero_components, - ExcInternalError()); +//TODO:[WB] Could not compile this! +// Assert (data.shape_2nd_derivatives.size() == total_nonzero_components, +// ExcInternalError()); // Number of quadrature points const unsigned int n_q_points = data.shape_2nd_derivatives[0].size();