mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
fix photon analog
This commit is contained in:
parent
f5cff7baef
commit
ebf4482d5b
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ void collision(Particle* p)
|
|||
if (p->E_ < settings::energy_cutoff[type]) {
|
||||
p->alive_ = false;
|
||||
p->wgt_ = 0.0;
|
||||
p->wgt_last_ = 0.0;
|
||||
}
|
||||
|
||||
// Display information about collision
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue