Click-to-decode should return ieediately after one success.

This commit is contained in:
Joe Taylor 2023-12-22 15:50:17 -05:00
parent 6b5db9fd0c
commit 5bacc2d763
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@ subroutine chkstat(dd,ihsym,bSkip)
n2=count(power(31:60).lt.15.0)
if(ihsym.le.200 .and. n1.gt.15) bSkip=.true.
if(ihsym.gt.200 .and. n2.gt.15) bSkip=.true.
! print*,'A',ihsym,n1,n2,bSkip
return
end subroutine chkstat

View File

@ -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...
if(nhsym.eq.330 .and. tsec.gt.6.0) exit
if(tsec.gt.16.0) exit
if(bClickDecode .and. idec.ge.0) exit
enddo ! icand
return