mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 19:48:54 -04:00
Minor cleanup in cfom.f90. (But maybe dd is being altered, elsewhere, in symspec?)
This commit is contained in:
parent
4e935e01f3
commit
171662ba50
@ -7,7 +7,7 @@ subroutine cfom(dd,k0,k,ndop0)
|
||||
real*8 twopi,dphi
|
||||
logical first
|
||||
data first/.true./
|
||||
save
|
||||
save twopi,w,first
|
||||
|
||||
if(first) then
|
||||
twopi=8.d0*atan(1.d0)
|
||||
@ -20,10 +20,10 @@ subroutine cfom(dd,k0,k,ndop0)
|
||||
wstep=cmplx(cos(dphi),sin(dphi))
|
||||
|
||||
do j=k0+1,k
|
||||
w=w*wstep
|
||||
c=w*cmplx(dd(1,j),dd(2,j))
|
||||
dd(1,j)=real(c)
|
||||
dd(2,j)=aimag(c)
|
||||
w=w*wstep
|
||||
enddo
|
||||
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user