Skip to content

Commit

Permalink
Corrected electron and helion mass constants - see #106
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Nov 19, 2018
1 parent 4f68e8a commit 03491af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/phys.f90
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ module physics
real(kr),parameter,public::amassp=1.007276466879e0_kr !proton
real(kr),parameter,public::amassd=2.013553212745e0_kr !deuteron
real(kr),parameter,public::amasst=3.01550071632e0_kr !triton
real(kr),parameter,public::amassh=3.014932234673e0_kr !hellion (3)
real(kr),parameter,public::amassh=3.01493224673e0_kr !hellion (3)
real(kr),parameter,public::amassa=4.001506179127e0_kr !alpha
real(kr),parameter,public::amasse=5.485799090e-4_kr !electron
real(kr),parameter,public::amasse=5.48579909070e-4_kr !electron
real(kr),parameter,public::pnratio=amassp/amassn ! proton/neutron mass
real(kr),parameter,public::dnratio=amassd/amassn ! deuteron/neutron mass
real(kr),parameter,public::tnratio=amasst/amassn ! triton/neutron mass
Expand Down

0 comments on commit 03491af

Please sign in to comment.