]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add some this->
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Mar 2004 15:12:22 +0000 (15:12 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Mar 2004 15:12:22 +0000 (15:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@8711 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/polynomials_p.h
deal.II/base/source/polynomials_p.cc

index 5b3e6e829a1348a97277b002f5d3a117acec254a..ececf8dbf1fccbfcb3baf7420c7c2f52bdf97bbf 100644 (file)
@@ -106,7 +106,7 @@ inline void
 PolynomialsP<dim>::directional_degrees(unsigned int n,
                                       unsigned int (&degrees)[dim]) const
 {
-  compute_index(n,degrees);
+  this->compute_index(n,degrees);
 }
 
 
index 10933bfd95f27e7f586a5eb2cc5821cb22cd0c25..b97a47e4e84e5beebf1823b7e160837b3b9c9792 100644 (file)
@@ -22,7 +22,7 @@ PolynomialsP<dim>::PolynomialsP (const unsigned int p)
 {
   std::vector<unsigned int> index_map(this->n());
   create_polynomial_ordering(index_map);
-  set_polynomial_ordering(index_map);
+  this->set_polynomial_ordering(index_map);
 }
 
 

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.