From 049864b216df83e62f9e1977c496dbd2fb064aa7 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 14 Jan 2021 16:46:27 -0500 Subject: [PATCH] Fix indentation --- include/deal.II/base/mpi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/base/mpi.h b/include/deal.II/base/mpi.h index 00df4cbebf..aa3f5eebf9 100644 --- a/include/deal.II/base/mpi.h +++ b/include/deal.II/base/mpi.h @@ -447,8 +447,8 @@ namespace Utilities /** * Given the number of locally owned elements @p locally_owned_size, * create a 1:1 partitioning of the of elements across the MPI - * communicator @p comm. The total size of elements is the sum of @p - * locally_owned_size across the MPI communicator. Each process will + * communicator @p comm. The total size of elements is the sum of + * @p locally_owned_size across the MPI communicator. Each process will * store contiguous subset of indices, and the index set on process p+1 * starts at the index one larger than the last one stored on process p. */ -- 2.39.5