]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
qualify function call with this->
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 21 Aug 2011 00:12:47 +0000 (00:12 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 21 Aug 2011 00:12:47 +0000 (00:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@24129 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/fe/fe_values.cc

index 6b83ad9d549befa72a1c38ca01616c2d1e365741..4c3c8832838ddbf628ea5b65cca5190337c0c137 100644 (file)
@@ -3431,7 +3431,7 @@ FEValues<dim,spacedim>::reinit (const typename DoFHandler<dim,spacedim>::cell_it
          typename FEVB::ExcFEDontMatch());
 
   this->maybe_invalidate_previous_present_cell (cell);
-  check_cell_similarity(cell);
+  this->check_cell_similarity(cell);
 
                                   // set new cell. auto_ptr will take
                                   // care that old object gets
@@ -3466,7 +3466,7 @@ FEValues<dim,spacedim>::reinit (const typename hp::DoFHandler<dim,spacedim>::cel
          typename FEVB::ExcFEDontMatch());
 
   this->maybe_invalidate_previous_present_cell (cell);
-  check_cell_similarity(cell);
+  this->check_cell_similarity(cell);
 
                                   // set new cell. auto_ptr will take
                                   // care that old object gets
@@ -3508,7 +3508,7 @@ FEValues<dim,spacedim>::reinit (const typename MGDoFHandler<dim,spacedim>::cell_
 //       typename FEValuesBase<dim,spacedim>::ExcFEDontMatch());
 
   this->maybe_invalidate_previous_present_cell (cell);
-  check_cell_similarity(cell);
+  this->check_cell_similarity(cell);
 
                                   // set new cell. auto_ptr will take
                                   // care that old object gets
@@ -3535,7 +3535,7 @@ void FEValues<dim,spacedim>::reinit (const typename Triangulation<dim,spacedim>:
                                   // no FE in this cell, so no assertion
                                   // necessary here
   this->maybe_invalidate_previous_present_cell (cell);
-  check_cell_similarity(cell);
+  this->check_cell_similarity(cell);
 
                                   // set new cell. auto_ptr will take
                                   // care that old object gets

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.