]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use this-> where appropriate.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 25 Feb 2003 15:13:23 +0000 (15:13 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 25 Feb 2003 15:13:23 +0000 (15:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@7241 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 5e892ad6c9b63c7d912f520525acf019dee1acde..861e0a8ef61762914bcc138e831fe014a10f4d5b 100644 (file)
@@ -265,10 +265,10 @@ FiniteElementBase<dim>::prolongation_is_implemented () const
 {
   for (unsigned int c=0; c<GeometryInfo<dim>::children_per_cell; ++c)
     {
-      Assert ((prolongation[c].m() == dofs_per_cell) ||
+      Assert ((prolongation[c].m() == this->dofs_per_cell) ||
               (prolongation[c].m() == 0),
               ExcInternalError());
-      Assert ((prolongation[c].n() == dofs_per_cell) ||
+      Assert ((prolongation[c].n() == this->dofs_per_cell) ||
               (prolongation[c].n() == 0),
               ExcInternalError());
       if ((prolongation[c].m() == 0) ||

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.