]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Ad missing this->
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 3 May 2006 01:58:32 +0000 (01:58 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 3 May 2006 01:58:32 +0000 (01:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@13003 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_accessor.templates.h

index 3c131acb23d4129f8bbe29bdbffc5a651ece74b2..6ed5d2e6b904a3fabcea280025172c63e7939ed9 100644 (file)
@@ -276,7 +276,7 @@ DoFObjectAccessor<1,DH>::get_dof_indices (std::vector<unsigned int> &dof_indices
     for (unsigned int d=0; d<dofs_per_vertex; ++d)
       *next++ = this->vertex_dof_index(vertex,d,fe_index);
   for (unsigned int d=0; d<dofs_per_line; ++d)
-    *next++ = dof_index(d,fe_index);
+    *next++ = this->dof_index(d,fe_index);
 }
 
 
@@ -359,7 +359,7 @@ DoFObjectAccessor<2,DH>::get_dof_indices (std::vector<unsigned int> &dof_indices
     for (unsigned int d=0; d<dofs_per_line; ++d)
       *next++ = this->line(line)->dof_index(d,fe_index);
   for (unsigned int d=0; d<dofs_per_quad; ++d)
-    *next++ = dof_index(d,fe_index);
+    *next++ = this->dof_index(d,fe_index);
 }
 
 
@@ -461,7 +461,7 @@ DoFObjectAccessor<3,DH>::get_dof_indices (std::vector<unsigned int> &dof_indices
     for (unsigned int d=0; d<dofs_per_quad; ++d)
       *next++ = this->quad(quad)->dof_index(d,fe_index);
   for (unsigned int d=0; d<dofs_per_hex; ++d)
-    *next++ = dof_index(d,fe_index);
+    *next++ = this->dof_index(d,fe_index);
 }
 
 

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.