]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add some missing this->
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Sep 2003 16:15:22 +0000 (16:15 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Sep 2003 16:15:22 +0000 (16:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@7982 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria_accessor.cc

index fafd7935df81d43e4f31c3ff8dba361063d65824..6cf40da8f25e64310f8a0dc6db861e3eb6c17ddd 100644 (file)
@@ -1664,7 +1664,7 @@ void CellAccessor<1>::recursively_set_material_id (const unsigned char mat_id) c
 {
   set_material_id (mat_id);
 
-  if (has_children())
+  if (this->has_children())
     for (unsigned int c=0; c<2; ++c)
       child(c)->recursively_set_material_id (mat_id);
 }
@@ -1729,7 +1729,7 @@ void CellAccessor<2>::recursively_set_material_id (const unsigned char mat_id) c
 {
   set_material_id (mat_id);
 
-  if (has_children())
+  if (this->has_children())
     for (unsigned int c=0; c<4; ++c)
       child(c)->recursively_set_material_id (mat_id);
 }
@@ -1823,7 +1823,7 @@ void CellAccessor<3>::recursively_set_material_id (const unsigned char mat_id) c
 {
   set_material_id (mat_id);
 
-  if (has_children())
+  if (this->has_children())
     for (unsigned int c=0; c<8; ++c)
       child(c)->recursively_set_material_id (mat_id);
 }

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.