mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-31 05:42:26 -04:00
Fix a logical test on idec.
This commit is contained in:
parent
f0808942e5
commit
121fd2c3dd
@ -153,7 +153,7 @@ contains
|
|||||||
call q65_loops(c00,npts/2,nsps/2,nsubmode,ndepth,jpk0, &
|
call q65_loops(c00,npts/2,nsps/2,nsubmode,ndepth,jpk0, &
|
||||||
xdt,f0,iaptype,xdt1,f1,snr2,dat4,idec)
|
xdt,f0,iaptype,xdt1,f1,snr2,dat4,idec)
|
||||||
call timer('q65loops',1)
|
call timer('q65loops',1)
|
||||||
if(idec.gt.0) go to 100 !Successful decode, we're done
|
if(idec.ge.0) go to 100 !Successful decode, we're done
|
||||||
enddo
|
enddo
|
||||||
|
|
||||||
! There was no single-transmission decode.
|
! There was no single-transmission decode.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user