Add a settings flag to turn off/on delayed photon fission yield scaling

This commit is contained in:
Paul Romano 2020-01-08 16:34:34 -06:00
parent 8894696db1
commit a35d51202c
8 changed files with 59 additions and 5 deletions

View file

@ -29,6 +29,7 @@ extern bool confidence_intervals; //!< use confidence intervals for results?
extern bool create_fission_neutrons; //!< create fission neutrons (fixed source)?
extern "C" bool cmfd_run; //!< is a CMFD run?
extern "C" bool dagmc; //!< indicator of DAGMC geometry
extern bool delayed_photon_scaling; //!< Scale fission photon yield to include delayed
extern "C" bool entropy_on; //!< calculate Shannon entropy?
extern bool legendre_to_tabular; //!< convert Legendre distributions to tabular?
extern bool material_cell_offsets; //!< create material cells offsets?