From: Martin Kronbichler Date: Fri, 21 Jun 2024 14:30:54 +0000 (+0200) Subject: Fix a typo in documentation X-Git-Tag: v9.6.0-rc1~169^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17164%2Fhead;p=dealii.git Fix a typo in documentation --- diff --git a/include/deal.II/matrix_free/fe_evaluation.h b/include/deal.II/matrix_free/fe_evaluation.h index adfce0cb6d..adccc050f5 100644 --- a/include/deal.II/matrix_free/fe_evaluation.h +++ b/include/deal.II/matrix_free/fe_evaluation.h @@ -355,7 +355,7 @@ public: submit_value(const value_type val_in, const unsigned int q_point); /** - * In 1D, the value_type and gradient_type can be unintentionally be mixed + * In 1D, the value_type and gradient_type can be unintentionally mixed * up because FEEvaluationBase does not distinguish between scalar accessors * and vector-valued accessors and the respective types, but solely in terms * of the number of components and dimension. Thus, enable the use of @@ -410,7 +410,7 @@ public: submit_gradient(const gradient_type grad_in, const unsigned int q_point); /** - * In 1D, the value_type and gradient_type can be unintentionally be mixed + * In 1D, the value_type and gradient_type can be unintentionally mixed * up because FEEvaluationBase does not distinguish between scalar accessors * and vector-valued accessors and the respective types, but solely in terms * of the number of components and dimension. Thus, enable the use of