From: Wolfgang Bangerth Date: Sat, 15 Jan 2022 14:18:17 +0000 (-0700) Subject: Use the ConsensusAlgorithms::Selector class instead. X-Git-Tag: v9.4.0-rc1~597^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53c7f1d0b996b59508776621d7e2c5da0894fcfa;p=dealii.git Use the ConsensusAlgorithms::Selector class instead. --- diff --git a/include/deal.II/fe/fe_tools_extrapolate.templates.h b/include/deal.II/fe/fe_tools_extrapolate.templates.h index 787047db30..a7ea840ab9 100644 --- a/include/deal.II/fe/fe_tools_extrapolate.templates.h +++ b/include/deal.II/fe/fe_tools_extrapolate.templates.h @@ -1258,8 +1258,8 @@ namespace FETools prepare_buffer_for_answer, read_answer); - Utilities::MPI::ConsensusAlgorithms::NBX(operations, - communicator) + Utilities::MPI::ConsensusAlgorithms::Selector(operations, + communicator) .run(); }