Skip to content

Commit afcc69e

Browse files
committed
comment
1 parent 8baaf58 commit afcc69e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyat/at/physics/radiation.py

+1
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ def harm(coef, h, phi):
406406
return np.array([di1, di2, di3, di4, di5])
407407

408408
def eloss_radiation(elem: EnergyLoss, coef):
409+
# Assuming no diffusion
409410
di2 = elem.EnergyLoss / coef
410411
return np.array([0.0, di2, 0.0, 0.0, 0.0])
411412

0 commit comments

Comments
 (0)