mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Update src/state_point.cpp
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
a5d2c19a10
commit
6428bc9bc1
1 changed files with 1 additions and 1 deletions
|
|
@ -676,7 +676,7 @@ write_source_bank(hid_t group_id, bool surf_src_bank)
|
|||
#ifdef OPENMC_MPI
|
||||
// Receive source sites from other processes
|
||||
if (i > 0)
|
||||
MPI_Recv((*src_bank).data(), count[0], mpi::bank, i, i,
|
||||
MPI_Recv(src_bank->data(), count[0], mpi::bank, i, i,
|
||||
mpi::intracomm, MPI_STATUS_IGNORE);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue