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:
John Tramm 2020-01-17 15:50:19 +00:00
parent 732a780366
commit 1c48584c46
4 changed files with 7 additions and 9 deletions

View file

@ -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)