From: Magdalena Schreter Date: Wed, 11 Nov 2020 19:40:15 +0000 (+0100) Subject: fix typo in class documentation of FEEvaluation X-Git-Tag: v9.3.0-rc1~915^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11165%2Fhead;p=dealii.git fix typo in class documentation of FEEvaluation --- diff --git a/include/deal.II/matrix_free/fe_evaluation.h b/include/deal.II/matrix_free/fe_evaluation.h index b4790b7a05..6446d407dd 100644 --- a/include/deal.II/matrix_free/fe_evaluation.h +++ b/include/deal.II/matrix_free/fe_evaluation.h @@ -2342,7 +2342,7 @@ protected: * { * VectorizedArray val1 = phi1.get_value(q); * Tensor<1,dim,VectorizedArray > grad2 = phi2.get_gradient(q); - * Point > point = phi1.get_quadrature_point(q); + * Point > point = phi1.quadrature_point(q); * // ... some complicated formula combining those three... * } * @endcode