]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix variable naming for polynomial files
authorGraham Harper <grahambenharper@gmail.com>
Tue, 10 Jul 2018 21:32:02 +0000 (21:32 +0000)
committerGraham Harper <grahambenharper@gmail.com>
Tue, 10 Jul 2018 21:32:02 +0000 (21:32 +0000)
include/deal.II/base/polynomials_bernardi_raugel.h
source/base/polynomials_bernardi_raugel.cc

index 8672ab6a6c06e23799e71e88aa4b74ecce6eb935..0c17681ef7335f7cc5c5c0d2c8e2012c526a9bf1 100644 (file)
@@ -139,7 +139,7 @@ public:
    * required by the FiniteElement classes.
    */
   static unsigned int
-  compute_n_pols(unsigned int degree);
+  compute_n_pols(const unsigned int k);
 
 
 private:
index 793fe0f0f5345f8cc705df1b42eb1879645ae7b7..1cbcd63424b98ea1ad47a894c461bd5c7061d7a7 100644 (file)
@@ -233,7 +233,7 @@ PolynomialsBernardiRaugel<dim>::compute(
 
 template <int dim>
 unsigned int
-PolynomialsBernardiRaugel<dim>::compute_n_pols(unsigned int k)
+PolynomialsBernardiRaugel<dim>::compute_n_pols(const unsigned int k)
 {
   (void)k;
   Assert(k == 1, ExcNotImplemented());

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.