From 28f3257cfc129139d9ce158f325b55f5e57de556 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 7 Nov 2019 11:48:21 -0500 Subject: [PATCH] fix bug --- include/deal.II/base/mpi_compute_index_owner_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5