This commit is contained in:
YoungHui Park 2020-08-11 23:03:47 -05:00
parent f388ac2e1e
commit 065d65d3a5
2 changed files with 3 additions and 3 deletions

View file

@ -461,7 +461,7 @@ void initialize_history(Particle& p, int64_t index_source)
{
// set defaults
if (settings::run_mode == RunMode::EIGENVALUE || settings::surf_src_read) {
// set defaults for eigenvalue simulations from primary bank
// set defaults for eigenvalue simulations and surface source reading from primary bank
p.from_source(&simulation::source_bank[index_source - 1]);
} else if (settings::run_mode == RunMode::FIXED_SOURCE) {
// initialize random number seed