Skip to content

Commit

Permalink
Merge pull request #115 from njoy/bugfix/constants
Browse files Browse the repository at this point in the history
Bugfix/constants
  • Loading branch information
whaeck authored Nov 20, 2018
2 parents 71a65d5 + f47371b commit f03b644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 !helion (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
4 changes: 2 additions & 2 deletions src/vers.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module version
! These values are updated during the NJOY revision-control process.
implicit none
private
character(8),public::vers='2016.46'
character(8),public::vday='19Nov18'
character(8),public::vers='2016.47'
character(8),public::vday='20Nov18'
end module version

0 comments on commit f03b644

Please sign in to comment.