From 1f09a38aa9d60d25df53e3e88dffd3c7dfb70ff5 Mon Sep 17 00:00:00 2001 From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch> Date: Wed, 27 Oct 2021 15:32:16 +0200 Subject: [PATCH] twothird const --- src/prec_const_mod.F90 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/prec_const_mod.F90 b/src/prec_const_mod.F90 index 27da659d..da75b190 100644 --- a/src/prec_const_mod.F90 +++ b/src/prec_const_mod.F90 @@ -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 -- GitLab