From: Peter Munch Date: Thu, 6 May 2021 10:15:22 +0000 (+0200) Subject: Fix typo X-Git-Tag: v9.3.0-rc1~126^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12150%2Fhead;p=dealii.git Fix typo --- diff --git a/include/deal.II/base/mpi_consensus_algorithms.h b/include/deal.II/base/mpi_consensus_algorithms.h index 88d80431de..2cd1272aff 100644 --- a/include/deal.II/base/mpi_consensus_algorithms.h +++ b/include/deal.II/base/mpi_consensus_algorithms.h @@ -212,7 +212,7 @@ namespace Utilities * ConsensusAlgorithms::Interface base class, using only point-to-point * communications and a single IBarrier. * - * @note This class closely follows @note hoefler2010scalable. Since the + * @note This class closely follows @cite hoefler2010scalable. Since the * algorithm shown there is not considering payloads, the algorithm * has been modified here in such a way that synchronous sends * (Issend) have been replaced by equivalent Isend/Irecv, where