From e364a3f79fac7b8beea3d08f977e3a0fa4043091 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Sat, 23 May 2020 15:59:03 +0200 Subject: [PATCH] Correct documentation of a MatrixFree additional data parameter. --- include/deal.II/matrix_free/matrix_free.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index 37c972da1c..83da1f728b 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -447,9 +447,9 @@ public: DEAL_II_DEPRECATED unsigned int &level_mg_handler; /** - * Controls whether to allow reading from vectors without resolving + * Controls whether to enable reading from vectors without resolving * constraints, i.e., just read the local values of the vector. By - * default, this option is disabled, so if you want to use + * default, this option is enabled. In case you want to use * FEEvaluationBase::read_dof_values_plain, this flag needs to be set. */ bool store_plain_indices; -- 2.39.5