]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add this->
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 29 Sep 2005 13:00:47 +0000 (13:00 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 29 Sep 2005 13:00:47 +0000 (13:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@11557 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 34d56500776e5a6d7b28b144bff5d64aeb4f3408..dcefd4fb678e6c93b1934b324355514ad000a2fe 100644 (file)
@@ -83,14 +83,14 @@ FE_RaviartThomasNodal<dim>::FE_RaviartThomasNodal (const unsigned int deg)
     face_embeddings(1<<(dim-1), FullMatrix<double>(this->dofs_per_face,
                                                   this->dofs_per_face));
   FETools::compute_face_embedding_matrices(*this, &face_embeddings[0], 0, 0);
-  interface_constraints.reinit((1<<(dim-1)) * this->dofs_per_face,
-                              this->dofs_per_face);
+  this->interface_constraints.reinit((1<<(dim-1)) * this->dofs_per_face,
+                                    this->dofs_per_face);
   unsigned int target_row=0;
   for (unsigned int d=0;d<face_embeddings.size();++d)
     for (unsigned int i=0;i<face_embeddings[d].m();++i)
       {
        for (unsigned int j=0;j<face_embeddings[d].n();++j)
-         interface_constraints(target_row,j) = face_embeddings[d](i,j);
+         this->interface_constraints(target_row,j) = face_embeddings[d](i,j);
        ++target_row;
       }
 }

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.