]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix the function declaration a doc string is attached to. 13825/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 25 May 2022 22:09:01 +0000 (16:09 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 25 May 2022 22:09:01 +0000 (16:09 -0600)
include/deal.II/base/mpi_consensus_algorithms.h

index 4e986502853e3ed528a2d6a5197206b744a132b0..3499515cc47adcf7b3d4a0ad3d6c324a86d46daa 100644 (file)
@@ -731,13 +731,14 @@ namespace Utilities
        */
       template <typename RequestType, typename AnswerType>
       std::vector<unsigned int>
-      pex(const std::vector<unsigned int> &                     targets,
-          const std::function<RequestType(const unsigned int)> &create_request,
-          const std::function<AnswerType(const unsigned int,
-                                         const RequestType &)> &answer_request,
-          const std::function<void(const unsigned int, const AnswerType &)>
-            &             process_answer,
-          const MPI_Comm &comm);
+      serial(
+        const std::vector<unsigned int> &                     targets,
+        const std::function<RequestType(const unsigned int)> &create_request,
+        const std::function<AnswerType(const unsigned int, const RequestType &)>
+          &answer_request,
+        const std::function<void(const unsigned int, const AnswerType &)>
+          &             process_answer,
+        const MPI_Comm &comm);
 
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.