mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update src/state_point.cpp
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
400c20b6fc
commit
944914fb1f
1 changed files with 1 additions and 1 deletions
|
|
@ -701,7 +701,7 @@ write_source_bank(hid_t group_id, bool surf_src_bank)
|
|||
#endif
|
||||
} else {
|
||||
#ifdef OPENMC_MPI
|
||||
MPI_Send((*src_bank).data(), count_size, mpi::bank,
|
||||
MPI_Send(src_bank->data(), count_size, mpi::bank,
|
||||
0, mpi::rank, mpi::intracomm);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue