From 53c7f1d0b996b59508776621d7e2c5da0894fcfa Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 15 Jan 2022 07:18:17 -0700 Subject: [PATCH] Use the ConsensusAlgorithms::Selector class instead. --- include/deal.II/fe/fe_tools_extrapolate.templates.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); } -- 2.39.5