From ee568ec10c50ca7ba5cd150ea4f59badbf0cec68 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 17 Jun 2014 07:08:07 +0000 Subject: [PATCH] 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 --- deal.II/include/deal.II/fe/fe_values.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 2.39.5