From c1277e347f9e8b92b4e6a3747bc7ef27512f9ac0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 15 Nov 2005 23:24:58 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@11766 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index 873314ac17..d089a7317c 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -761,7 +761,7 @@ class FEValuesBase : protected FEValuesData * components of the finite * element. * - * Depending on the last + * Depending on the value of the last * argument, the outer vector of * values has either the * length of the quadrature rule @@ -770,7 +770,7 @@ class FEValuesBase : protected FEValuesData * of components to be filled * quadrature_points_fastest * == true. If p is - * the xurrent quadrature point + * the current quadrature point * number and i is the * vector component of the * solution desired, the access @@ -800,7 +800,7 @@ class FEValuesBase : protected FEValuesData void get_function_values (const InputVector& fe_function, const VectorSlice >& indices, std::vector >& values, - bool quadrature_points_fastest) const; + const bool quadrature_points_fastest) const; /** * Compute the gradients of the finite -- 2.39.5