From: Timo Heister Date: Thu, 7 Nov 2019 16:48:21 +0000 (-0500) Subject: fix bug X-Git-Tag: v9.2.0-rc1~879^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28f3257cfc129139d9ce158f325b55f5e57de556;p=dealii.git fix bug --- diff --git a/include/deal.II/base/mpi_compute_index_owner_internal.h b/include/deal.II/base/mpi_compute_index_owner_internal.h index 34495b320a..e0bd940c9f 100644 --- a/include/deal.II/base/mpi_compute_index_owner_internal.h +++ b/include/deal.II/base/mpi_compute_index_owner_internal.h @@ -229,8 +229,8 @@ namespace Utilities ierr = MPI_Recv(buffer.data(), number_amount, DEAL_II_DOF_INDEX_MPI_TYPE, - status.MPI_TAG, status.MPI_SOURCE, + status.MPI_TAG, comm, &status); AssertThrowMPI(ierr);