From: Martin Kronbichler Date: Sat, 23 May 2020 13:59:03 +0000 (+0200) Subject: Correct documentation of a MatrixFree additional data parameter. X-Git-Tag: v9.3.0-rc1~1577^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e364a3f79fac7b8beea3d08f977e3a0fa4043091;p=dealii.git Correct documentation of a MatrixFree additional data parameter. --- 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;