mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Don't modify wgt_last in survival biasing
This commit is contained in:
parent
03fe9d3200
commit
f741568d06
4 changed files with 83 additions and 132 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue