Skip to content

Commit

Permalink
Corrected value of hbar, see issue #106
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Oct 11, 2018
1 parent 69d0ae2 commit b1cf20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phys.f90
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module physics
real(kr),parameter,public::clight=2.99792458e10_kr !cm/s
real(kr),parameter,public::amu=931.4940954e6_kr*ev/&
(clight*clight) !g/amu
real(kr),parameter,public::hbar=6.58219514e-16_kr*ev !Planck/2pi, erg
real(kr),parameter,public::hbar=6.582119514e-16_kr*ev !Planck/2pi, erg
real(kr),parameter,public::finstri=1.e16_kr*hbar/(ev*ev*clight) !inv fine str
! ****************************************************************
! * Light particle masses (in amu), per ENDF-102, Appendix H: *
Expand Down

0 comments on commit b1cf20d

Please sign in to comment.