From 774e4f9f4c6c7ceb577a448a186565239cbf87ae Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 25 May 2022 16:09:01 -0600 Subject: [PATCH] Fix the function declaration a doc string is attached to. --- include/deal.II/base/mpi_consensus_algorithms.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/include/deal.II/base/mpi_consensus_algorithms.h b/include/deal.II/base/mpi_consensus_algorithms.h index 4e98650285..3499515cc4 100644 --- a/include/deal.II/base/mpi_consensus_algorithms.h +++ b/include/deal.II/base/mpi_consensus_algorithms.h @@ -731,13 +731,14 @@ namespace Utilities */ template std::vector - pex(const std::vector & targets, - const std::function &create_request, - const std::function &answer_request, - const std::function - & process_answer, - const MPI_Comm &comm); + serial( + const std::vector & targets, + const std::function &create_request, + const std::function + &answer_request, + const std::function + & process_answer, + const MPI_Comm &comm); -- 2.39.5