Skip to content

Commit

Permalink
Fixing last digit of pi
Browse files Browse the repository at this point in the history
  • Loading branch information
jlconlin committed Jan 4, 2021
1 parent fbf12fb commit 6f1e051
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 @@ -17,7 +17,7 @@ module physics
! speed of light, atomic mass unit in eV, Planck's constant and
! the fine structure constant.
! - other values are given in terms of the above.
real(kr),parameter,public::pi=3.141592653589793235e0_kr !
real(kr),parameter,public::pi=3.141592653589793238e0_kr !
real(kr),parameter,public::euler=0.55721566490153286e0_kr !
real(kr),parameter,public::bk=8.617333262e-5_kr !eV/degK
real(kr),parameter,public::ev=1.602176634e-12_kr !erg/eV
Expand Down

0 comments on commit 6f1e051

Please sign in to comment.