From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee568ec10c50ca7ba5cd150ea4f59badbf0cec68;p=dealii-svn.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.