mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
applied fix to multigroup mode.
This commit is contained in:
parent
484858dfc1
commit
51b452ec48
2 changed files with 20 additions and 12 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue