From: Wolfgang Bangerth Date: Tue, 17 Jun 2014 07:08:07 +0000 (+0000) Subject: Adjust the name of the argument to make it clear that it refers to a X-Git-Tag: v8.2.0-rc1~386 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87faac6235d32f668285516c2487e5d3b24300ab;p=dealii.git Adjust the name of the argument to make it clear that it refers to a quadrature point. git-svn-id: https://svn.dealii.org/trunk@33052 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe_values.h b/deal.II/include/deal.II/fe/fe_values.h index 2fbef2effe..f509bf0663 100644 --- a/deal.II/include/deal.II/fe/fe_values.h +++ b/deal.II/include/deal.II/fe/fe_values.h @@ -2024,9 +2024,10 @@ public: //@{ /** - * Position of the ith quadrature point in real space. + * Position of the qth quadrature point in real space. */ - const Point &quadrature_point (const unsigned int i) const; + const Point & + quadrature_point (const unsigned int q) const; /** * Return a pointer to the vector of quadrature points in real space.