From 1e0032a52a240ed82e3443581ebe73736853cd32 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 21 Jun 2024 16:30:54 +0200 Subject: [PATCH] Fix a typo in documentation --- include/deal.II/matrix_free/fe_evaluation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5