From 5377a79388f8f7600eec3303959663d0090d36d5 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Thu, 6 May 2021 12:15:22 +0200 Subject: [PATCH] Fix typo --- include/deal.II/base/mpi_consensus_algorithms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5