mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-12 07:06:17 -05:00
Define and init callsign in freqcal.f90. Perhaps it should be removed altogether.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7461 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
da6c0c246e
commit
59d1ee3d62
@ -4,12 +4,13 @@ subroutine freqcal(id2,k,nkhz,noffset,ntol,line)
|
||||
integer*2 id2(0:NZ-1)
|
||||
real x(0:NFFT-1)
|
||||
real s(NH)
|
||||
character line*80,cflag*1
|
||||
character line*80,cflag*1,callsign*6
|
||||
complex cx(0:NH)
|
||||
equivalence (x,cx)
|
||||
data n/0/,k0/9999999/
|
||||
save n,k0
|
||||
|
||||
callsign=' '
|
||||
if(k.lt.NFFT) go to 900
|
||||
if(k.lt.k0) n=0
|
||||
k0=k
|
||||
|
Loading…
Reference in New Issue
Block a user