applied fix to multigroup mode.

This commit is contained in:
John Tramm 2021-07-01 17:31:40 +00:00
parent 484858dfc1
commit 51b452ec48
2 changed files with 20 additions and 12 deletions

View file

@ -183,8 +183,8 @@ create_fission_sites(Particle& p, int i_nuclide, const Reaction& rx)
// or the secondary particle bank.
bool use_fission_bank = (settings::run_mode == RunMode::EIGENVALUE);
// Counter for the number of fission sites successfully stored to a fission bank
// or secondary bank
// Counter for the number of fission sites successfully stored to the shared
// fission bank or the secondary particle bank
int n_sites_stored;
for (n_sites_stored = 0; n_sites_stored < nu; n_sites_stored++) {