From 8b14f99e0cf02ea28f296abe09f158747486a27d Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Thu, 23 Mar 2023 16:34:20 +0100 Subject: [PATCH] Fix typo in TaskInfo --- include/deal.II/matrix_free/task_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5