]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Oops, revert the last, erroneous check-in.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 May 1999 12:01:01 +0000 (12:01 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 May 1999 12:01:01 +0000 (12:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@1264 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 3745fb14f45d50a44912cb156e2037ccb9bf9843..048ebe4ade3cac2ed829959cc8d61b6f8485dccd 100644 (file)
@@ -142,8 +142,8 @@ template <int dim>
 void FEValuesBase<dim>::get_function_grads (const Vector<double>   &fe_function,
                                            vector<Tensor<1,dim> > &gradients) const
 {
-//  Assert (fe->n_components == 1,
-//       ExcWrongNoOfComponents());
+  Assert (fe->n_components == 1,
+         ExcWrongNoOfComponents());
   Assert (gradients.size() == n_quadrature_points,
          ExcWrongVectorSize(gradients.size(), n_quadrature_points));
 

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.