mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-30 20:52:28 -04:00
Repair argument type mismatch
This commit is contained in:
parent
bd9c7a5785
commit
84f193c5a9
@ -44,8 +44,8 @@ subroutine ccf65(ss,nhsym,ssmax,sync1,ipol1,jpz,dt1,flipk, &
|
|||||||
! Not sure why, but it works significantly better without the following line:
|
! Not sure why, but it works significantly better without the following line:
|
||||||
! pr(j-1)=pr(j)
|
! pr(j-1)=pr(j)
|
||||||
enddo
|
enddo
|
||||||
call four2a(pr,NFFT,1,-1,0)
|
call four2a(cpr,NFFT,1,-1,0)
|
||||||
call four2a(pr2,NFFT,1,-1,0)
|
call four2a(cpr2,NFFT,1,-1,0)
|
||||||
first=.false.
|
first=.false.
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user