mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
fix another error
This commit is contained in:
parent
c8c1246b49
commit
188f7a5167
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ void sort_bank(SharedArray<SourceSite>& bank, bool is_fission_bank)
|
|||
sorted_bank[idx] = site;
|
||||
if (is_fission_bank) {
|
||||
copy_ifp_data_from_fission_banks(
|
||||
i, sorted_ifp_delayed_group_bank[idx], sorted_ifp_lifetime_bank[idx]);
|
||||
i, idx, sorted_ifp_delayed_group_bank, sorted_ifp_lifetime_bank);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue