mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Added progeny_id field of Particle::Bank type to MPI Bank type to fix bug. Also some minor comment/assert cleanups from debugging.
This commit is contained in:
parent
732a780366
commit
1c48584c46
4 changed files with 7 additions and 9 deletions
|
|
@ -43,6 +43,7 @@ void free_memory_bank()
|
|||
simulation::source_bank.clear();
|
||||
simulation::fission_bank.reset();
|
||||
simulation::fission_bank_length = 0;
|
||||
simulation::progeny_per_particle.clear();
|
||||
}
|
||||
|
||||
void init_fission_bank(int64_t max)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue