From: Peter Munch Date: Thu, 23 Mar 2023 15:34:20 +0000 (+0100) Subject: Fix typo in TaskInfo X-Git-Tag: v9.5.0-rc1~432^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14957%2Fhead;p=dealii.git Fix typo in TaskInfo --- diff --git a/include/deal.II/matrix_free/task_info.h b/include/deal.II/matrix_free/task_info.h index bfd3ade2e5..3d43d556e5 100644 --- a/include/deal.II/matrix_free/task_info.h +++ b/include/deal.II/matrix_free/task_info.h @@ -578,13 +578,13 @@ namespace internal /** * Number of even partitions accumulated over the field @p - * partitions_even + * partition_evens */ unsigned int evens; /** * Number of odd partitions accumulated over the field @p - * partitions_odd + * partition_odds */ unsigned int odds;