From 604c14111ad9e56926e83dd2d110072162034ff2 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Tue, 26 Jan 2021 12:24:28 +0100 Subject: [PATCH] Fix typo --- include/deal.II/matrix_free/fe_evaluation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/fe_evaluation.h b/include/deal.II/matrix_free/fe_evaluation.h index 01aad2892c..113096fedb 100644 --- a/include/deal.II/matrix_free/fe_evaluation.h +++ b/include/deal.II/matrix_free/fe_evaluation.h @@ -748,7 +748,7 @@ public: /** * Return the value of a finite element function at quadrature point number * @p q_point after a call to FEEvaluation::evaluate() with - * EvaluationFlags::value set, or the value that has been stored there with + * EvaluationFlags::values set, or the value that has been stored there with * a call to FEEvaluationBase::submit_value(). If the object is * vector-valued, a vector-valued return argument is given. Note that when * vectorization is enabled, values from several cells are grouped together. -- 2.39.5