From: Denis Davydov <davydden@gmail.com>
Date: Tue, 18 Oct 2016 12:39:24 +0000 (+0200)
Subject: remove warning in MatrixFreeOperators::Base
X-Git-Tag: v8.5.0-rc1~557^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3260%2Fhead;p=dealii.git

remove warning in MatrixFreeOperators::Base
---

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;
   }