mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
fixed issue with fixed source problems, where fission neutrons were getting banked to fission bank instead of secondary bank.
This commit is contained in:
parent
f01db6d3d3
commit
f5e2c12681
2 changed files with 21 additions and 9 deletions
|
|
@ -49,7 +49,7 @@ int sample_nuclide(Particle* p);
|
|||
//! Determine the average total, prompt, and delayed neutrons produced from
|
||||
//! fission and creates appropriate bank sites.
|
||||
void create_fission_sites(Particle* p, int i_nuclide, const Reaction* rx,
|
||||
std::vector<Particle::Bank>& bank);
|
||||
std::vector<Particle::Bank>& bank, bool use_fission_bank);
|
||||
|
||||
int sample_element(Particle* p);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue