From: Rene Gassmoeller Date: Thu, 13 Jan 2022 20:07:36 +0000 (-0500) Subject: indent X-Git-Tag: v9.4.0-rc1~612^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec03a9c063d6b7cd1ac2ba130715e63531ad07e;p=dealii.git indent --- diff --git a/include/deal.II/matrix_free/fe_point_evaluation.h b/include/deal.II/matrix_free/fe_point_evaluation.h index 0428e2e2f2..c4af4fa64c 100644 --- a/include/deal.II/matrix_free/fe_point_evaluation.h +++ b/include/deal.II/matrix_free/fe_point_evaluation.h @@ -496,8 +496,8 @@ public: * a precomputed @p mapping_data object. This function can be used * to avoid duplicated evaluation of the mapping if multiple * FEPointEvaluation objects for the different components of the same FESystem - * are used. You can get the mapping data from an initialized FEPointEvaluation - * object by calling the function get_mapping_data(). + * are used. You can get the mapping data from an initialized + * FEPointEvaluation object by calling the function get_mapping_data(). * * @param[in] cell An iterator to the current cell *