mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Update src/state_point.cpp
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
944914fb1f
commit
a5d2c19a10
1 changed files with 1 additions and 1 deletions
|
|
@ -697,7 +697,7 @@ write_source_bank(hid_t group_id, bool surf_src_bank)
|
|||
|
||||
#ifdef OPENMC_MPI
|
||||
// Restore state of source bank
|
||||
std::copy(temp_source.begin(), temp_source.end(), (*src_bank).begin());
|
||||
std::copy(temp_source.begin(), temp_source.end(), src_bank->begin());
|
||||
#endif
|
||||
} else {
|
||||
#ifdef OPENMC_MPI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue