Skip to content
Snippets Groups Projects
Commit 1f09a38a authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

twothird const

parent 3da24f61
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ MODULE prec_const
REAL(dp), PARAMETER :: onetwelfth=0.08333333333333333333333333333333333333333333333_dp
REAL(dp), PARAMETER :: onetwentyfourth=0.04166666666666666666666666666666666666666666667_dp
REAL(dp), PARAMETER :: onethird=0.33333333333333333333333333333333333333333333333_dp
REAL(dp), PARAMETER :: twothird=0.66666666666666666666666666666666666666666666666_dp
REAL(dp), PARAMETER :: onesixth=0.1666666666666666666666666666666666666666666667_dp
REAL(dp), PARAMETER :: fivesixths=0.8333333333333333333333333333333333333333333333_dp
REAL(dp), PARAMETER :: sevensixths=1.1666666666666666666666666666666666666666666667_dp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment