From 48f3850f1c73825e25ac2f2dbf8c7201e51ceb5c Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Tue, 18 Oct 2016 14:39:24 +0200 Subject: [PATCH] remove warning in MatrixFreeOperators::Base --- include/deal.II/matrix_free/operators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/operators.h b/include/deal.II/matrix_free/operators.h index a3aef589b2..c6dfc50a70 100644 --- a/include/deal.II/matrix_free/operators.h +++ b/include/deal.II/matrix_free/operators.h @@ -511,7 +511,7 @@ namespace MatrixFreeOperators if (locally_owned.is_element(interface_indices[i])) edge_constrained_indices.push_back(locally_owned.index_within_set(interface_indices[i])); have_interface_matrices = Utilities::MPI::max((unsigned int)edge_constrained_indices.size(), - data_.get_vector_partitioner()->get_communicator()) > 0; + data_.get_vector_partitioner()->get_mpi_communicator()) > 0; } -- 2.39.5