mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Converted fission bank to SharedArray type.
This commit is contained in:
parent
6bf15297ec
commit
56e314d724
7 changed files with 32 additions and 45 deletions
|
|
@ -375,7 +375,7 @@ void initialize_generation()
|
|||
{
|
||||
if (settings::run_mode == RunMode::EIGENVALUE) {
|
||||
// Clear out the fission bank
|
||||
simulation::fission_bank_length = 0;
|
||||
simulation::fission_bank.resize(0);
|
||||
|
||||
// Count source sites if using uniform fission source weighting
|
||||
if (settings::ufs_on) ufs_count_sites();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue