mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Remove alive_ data member on ParticleData
This commit is contained in:
parent
37fbf7c243
commit
2bb6ba25af
7 changed files with 17 additions and 23 deletions
|
|
@ -15,7 +15,6 @@ void russian_roulette(Particle& p, double weight_survive)
|
|||
p.wgt() = weight_survive;
|
||||
} else {
|
||||
p.wgt() = 0.;
|
||||
p.alive() = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue