From: krishanusen25 Date: Thu, 6 Aug 2015 22:24:20 +0000 (-0500) Subject: edited fe_values::shape_grad X-Git-Tag: v8.4.0-rc2~653^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1293%2Fhead;p=dealii.git edited fe_values::shape_grad --- diff --git a/include/deal.II/fe/fe_values.h b/include/deal.II/fe/fe_values.h index 0affe57bb5..dbfa3380e4 100644 --- a/include/deal.II/fe/fe_values.h +++ b/include/deal.II/fe/fe_values.h @@ -1512,9 +1512,9 @@ public: * The same holds for the arguments of this function as for the * shape_value() function. * - * @param function_no Number/indicator of the shape function to be evaluated. + * @param function_no Number of the shape function to be evaluated. * - * @param point_no Number/indicator of the quadrature point at which function is to be + * @param quadrature_point Number of the quadrature point at which function is to be * evaluated. * * @dealiiRequiresUpdateFlags{update_gradients}