From: Peter Munch Date: Tue, 26 Jan 2021 11:24:28 +0000 (+0100) Subject: Fix typo X-Git-Tag: v9.3.0-rc1~566^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604c14111ad9e56926e83dd2d110072162034ff2;p=dealii.git Fix typo --- 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.