Don't modify wgt_last in survival biasing

This commit is contained in:
Paul Romano 2022-01-16 14:12:45 -06:00
parent 03fe9d3200
commit f741568d06
4 changed files with 83 additions and 132 deletions

View file

@ -631,7 +631,6 @@ void absorption(Particle& p, int i_nuclide)
// Adjust weight of particle by probability of absorption
p.wgt() -= p.wgt_absorb();
p.wgt_last() = p.wgt();
// Score implicit absorption estimate of keff
if (settings::run_mode == RunMode::EIGENVALUE) {