]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Workaround
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 14 Jun 2004 22:42:07 +0000 (22:42 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 14 Jun 2004 22:42:07 +0000 (22:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@9426 0785d39b-7218-0410-832d-ea1e28bc413d

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

index a5f0fdd22a5164c1dd3096bf0215a5d2c9f3722b..704b1cbe16a41700230a514f1adb7c9fe456b096 100644 (file)
@@ -477,9 +477,9 @@ compute_2nd (const Mapping<dim>                   &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();
 

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.