fixed issue with fixed source problems, where fission neutrons were getting banked to fission bank instead of secondary bank.

This commit is contained in:
John Tramm 2019-12-13 18:05:58 +00:00
parent f01db6d3d3
commit f5e2c12681
2 changed files with 21 additions and 9 deletions

View file

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