]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Change a little thing to make this file compile.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Feb 1999 12:36:09 +0000 (12:36 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Feb 1999 12:36:09 +0000 (12:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@770 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 9921778febb1ebc5b7aabbdc6ef3a1b30a3357d2..48904594ddc7be47e8d4a22a28ae91b7e4215a05 100644 (file)
@@ -64,7 +64,7 @@ template <int dim>
 void FEValuesBase<dim>::get_function_values (const dVector  &fe_function,
                                             vector<double> &values) const
 {
-  Assert (fe.n_components == 1,
+  Assert (fe->n_components == 1,
          ExcWrongNoOfComponents());
   Assert (selected_dataset<shape_values.size(),
          ExcInvalidIndex (selected_dataset, shape_values.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.