fix photon analog

This commit is contained in:
liangjg 2019-03-28 16:59:45 -04:00
parent f5cff7baef
commit ebf4482d5b

View file

@ -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