We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0418b0d commit 124ab4eCopy full SHA for 124ab4e
src/radbg.f90
@@ -8,7 +8,7 @@ subroutine radbg(Ido,Ip,l1,Idl1,Cc,c1,c2,Ch,Ch2,Wa)
8
ipph , is , j , j2 , jc , k , l , l1 , lc , nbd
9
dimension Ch(Ido,l1,Ip) , Cc(Ido,Ip,l1) , c1(Ido,l1,Ip) , &
10
c2(Idl1,Ip) , Ch2(Idl1,Ip) , Wa(*)
11
- real(rk),parameter :: tpi = acos(-1.0_rk) / 2.0_rk ! 2 * pi
+ real(rk),parameter :: tpi = 2*acos(-1.0_rk) ! 2 * pi
12
arg = tpi/real(Ip, rk)
13
dcp = cos(arg)
14
dsp = sin(arg)
0 commit comments