Skip to content

Commit eb6f497

Browse files
committed
More minor clean-ups.
1 parent 05ec603 commit eb6f497

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/mesh_deformation/fastscape.cc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,10 @@ namespace aspect
772772
}
773773

774774
for (unsigned int i=0; i<local_aspect_values.size(); ++i)
775-
MPI_Recv(&local_aspect_values[i][0], incoming_size, MPI_DOUBLE, p, 42, this->get_mpi_communicator(), &status);
775+
MPI_Recv(&local_aspect_values[i][0], incoming_size, MPI_DOUBLE,
776+
/* sender= */ p,
777+
/* tag = */ 42,
778+
this->get_mpi_communicator(), &status);
776779

777780
// Now, place the numbers into the correct place based off the index.
778781
for (unsigned int i=0; i<local_aspect_values[1].size(); ++i)

0 commit comments

Comments
 (0)