mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 12:52:28 -04:00
Click-to-decode should return ieediately after one success.
This commit is contained in:
parent
6b5db9fd0c
commit
5bacc2d763
@ -18,7 +18,6 @@ subroutine chkstat(dd,ihsym,bSkip)
|
|||||||
n2=count(power(31:60).lt.15.0)
|
n2=count(power(31:60).lt.15.0)
|
||||||
if(ihsym.le.200 .and. n1.gt.15) bSkip=.true.
|
if(ihsym.le.200 .and. n1.gt.15) bSkip=.true.
|
||||||
if(ihsym.gt.200 .and. n2.gt.15) bSkip=.true.
|
if(ihsym.gt.200 .and. n2.gt.15) bSkip=.true.
|
||||||
! print*,'A',ihsym,n1,n2,bSkip
|
|
||||||
|
|
||||||
return
|
return
|
||||||
end subroutine chkstat
|
end subroutine chkstat
|
||||||
|
@ -79,6 +79,7 @@ subroutine qmapa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
|||||||
! Don't start another decode attempt if it's too late...
|
! Don't start another decode attempt if it's too late...
|
||||||
if(nhsym.eq.330 .and. tsec.gt.6.0) exit
|
if(nhsym.eq.330 .and. tsec.gt.6.0) exit
|
||||||
if(tsec.gt.16.0) exit
|
if(tsec.gt.16.0) exit
|
||||||
|
if(bClickDecode .and. idec.ge.0) exit
|
||||||
enddo ! icand
|
enddo ! icand
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user