Fix the source of a bounds error in JT4 decoder. (Why was this not a problem in v2.3?)

This commit is contained in:
Joe Taylor 2021-02-05 14:03:18 -05:00
parent ebd41fabcc
commit 7180c40754

View File

@ -85,7 +85,7 @@ subroutine sync4(dat,jz,ntol,nfqso,mode,mode4,minwidth,dtx,dfx,snrx, &
enddo
if(syncbest.lt.-1.e29) go to 900
ccfred=red
call pctile(ccfred(iaa:ibb),ibb-iaa+1,45,base)
call pctile(ccfred(ia:ib),ib-ia+1,45,base)
ccfred=ccfred-base
dfx=ipk*df