mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-23 19:25:37 -05:00
One more protection against too-large FTol.
This commit is contained in:
parent
7051dc7ee6
commit
6b8abe32b1
@ -201,6 +201,7 @@ subroutine q65_sync(nutc,iwave,nmax,mode_q65,codewords,ncw,nsps,nfqso,ntol, &
|
||||
irc=-2
|
||||
dat4=0
|
||||
ia=ntol/df
|
||||
if(i0-ia.lt.1 .or. i0+ia.gt.iz) go to 900
|
||||
do lag=lag1,lag2
|
||||
do k=1,85
|
||||
n=NSTEP*(k-1) + 1
|
||||
|
Loading…
Reference in New Issue
Block a user