Fixed bug in use of free gas scattering for H-1.

This commit is contained in:
Paul Romano 2013-04-21 22:58:24 -04:00
parent 920a7d4f19
commit a3c5931a08

View file

@ -790,7 +790,7 @@ contains
kT = nuc % kT
! Check if energy is above threshold
if (p % E >= FREE_GAS_THRESHOLD * kT) then
if (p % E >= FREE_GAS_THRESHOLD * kT .and. nuc % awr > ONE) then
v_target = ZERO
return
end if