]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Qualify two places with this->
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 2 Feb 2005 17:18:53 +0000 (17:18 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 2 Feb 2005 17:18:53 +0000 (17:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@9890 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 2de27e5ff3bbe07a37d6f3c1b69b42a5184d1c0e..70001af097ea89fc211b451d971532df42639376 100644 (file)
@@ -1658,7 +1658,7 @@ FE_RaviartThomas<dim>::fill_fe_face_values (const Mapping<dim>
                                   // number of conversions
   if (flags & update_values)
     {
-      Assert (fe_data.shape_values.size() == dofs_per_cell,
+      Assert (fe_data.shape_values.size() == this->dofs_per_cell,
               ExcInternalError());
       Assert (fe_data.shape_values[0].size() ==
               GeometryInfo<dim>::faces_per_cell * n_q_points *
@@ -1690,7 +1690,7 @@ FE_RaviartThomas<dim>::fill_fe_face_values (const Mapping<dim>
       
   if (flags & update_gradients)
     {
-      Assert (fe_data.shape_values.size() == dofs_per_cell,
+      Assert (fe_data.shape_values.size() == this->dofs_per_cell,
               ExcInternalError());
       Assert (fe_data.shape_gradients[0].size() ==
               GeometryInfo<dim>::faces_per_cell * n_q_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.