From: Wolfgang Bangerth Date: Mon, 8 Feb 2021 04:09:16 +0000 (-0700) Subject: Name arguments in a function declaration. X-Git-Tag: v9.3.0-rc1~484^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cec5a29f90325e58283c5c8480374ad31997a804;p=dealii.git Name arguments in a function declaration. --- diff --git a/include/deal.II/base/scalar_polynomials_base.h b/include/deal.II/base/scalar_polynomials_base.h index 72e3816bf5..c66de1bd07 100644 --- a/include/deal.II/base/scalar_polynomials_base.h +++ b/include/deal.II/base/scalar_polynomials_base.h @@ -111,7 +111,7 @@ public: * Consider using evaluate() instead. */ virtual double - compute_value(const unsigned int /*i*/, const Point & /*p*/) const = 0; + compute_value(const unsigned int i, const Point &p) const = 0; /** * Compute the orderth derivative of the ith polynomial