From: Wolfgang Bangerth Date: Wed, 25 May 2022 18:32:05 +0000 (-0600) Subject: Deprecate the ConsensusAlgorithms::AnonymousProcess class. X-Git-Tag: v9.4.0-rc1~145^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7258e3705b0471cba11b3f8589e033d8c56cbbd7;p=dealii.git Deprecate the ConsensusAlgorithms::AnonymousProcess class. --- diff --git a/include/deal.II/base/mpi_consensus_algorithms.h b/include/deal.II/base/mpi_consensus_algorithms.h index 4e98650285..7f6a604b04 100644 --- a/include/deal.II/base/mpi_consensus_algorithms.h +++ b/include/deal.II/base/mpi_consensus_algorithms.h @@ -842,7 +842,8 @@ namespace Utilities * own implementation but can register lambda functions directly. */ template - class AnonymousProcess : public Process + class DEAL_II_DEPRECATED AnonymousProcess + : public Process { public: /**