mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
Fix several undefined variables.
This commit is contained in:
parent
80a7b8c8af
commit
0922a6ca6e
@ -60,7 +60,7 @@ subroutine q65_symspec(iwave,nmax,iz,jz,s1)
|
||||
end subroutine q65_symspec
|
||||
|
||||
subroutine q65_dec_q3(df,s1,iz,jz,ia,lag1,lag2,i0,j0,ccf,ccf1,ccf2, &
|
||||
ia2,s3,LL,snr2,dat4,idec,decoded)
|
||||
ia2,s3,LL,nfqso,dtstep,xdt,f0,snr2,dat4,idec,decoded)
|
||||
|
||||
character*37 decoded
|
||||
integer itone(85)
|
||||
|
@ -102,7 +102,7 @@ subroutine q65_sync(nutc,iwave,ntrperiod,nfqso,ntol,ndepth,lclearave, &
|
||||
! Try list decoding via "Deep Likelihood".
|
||||
call timer('list_dec',0)
|
||||
call q65_dec_q3(df,s1,iz,jz,ia,lag1,lag2,i0,j0,ccf,ccf1,ccf2, &
|
||||
ia2,s3,LL,snr2,dat4,idec,decoded)
|
||||
ia2,s3,LL,nfqso,dtstep,xdt,f0,snr2,dat4,idec,decoded)
|
||||
call timer('list_dec',1)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user