From: Wolfgang Bangerth Date: Tue, 15 Nov 2005 23:24:58 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~12869 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1277e347f9e8b92b4e6a3747bc7ef27512f9ac0;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@11766 0785d39b-7218-0410-832d-ea1e28bc413d --- 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