]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add missing this's
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 19 Jan 2006 23:09:35 +0000 (23:09 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 19 Jan 2006 23:09:35 +0000 (23:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@12106 0785d39b-7218-0410-832d-ea1e28bc413d

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

index bf2165b38242c92388184ede4b0856d7f5cb6203..9f90a22ec2648c95f1d9564c633531b5033d812a 100644 (file)
@@ -349,7 +349,7 @@ FE_RaviartThomas<dim>::initialize_restriction()
                                                   // subcell are NOT
                                                   // transformed, so we
                                                   // have to do it here.
-                 restriction[child](face*this->dofs_per_face+i_face,
+                 this->restriction[child](face*this->dofs_per_face+i_face,
                                     i_child)
                    += std::pow(.5, dim-1.) * q_sub.weight(k)
                    * cached_values(i_child, k)
@@ -398,7 +398,7 @@ FE_RaviartThomas<dim>::initialize_restriction()
          for (unsigned int d=0;d<dim;++d)
            for (unsigned int i_weight=0;i_weight<polynomials[d]->n();++i_weight)
              {
-               restriction[child](start_cell_dofs+i_weight*dim+d,
+               this->restriction[child](start_cell_dofs+i_weight*dim+d,
                                   i_child)
                  += q_sub.weight(k)
                  * cached_values(i_child, k, d)

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.