Fix another bounds error.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7864 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2017-07-13 00:43:56 +00:00
parent a35b460e68
commit f540df3629

View File

@ -56,7 +56,7 @@ subroutine sync8(dd,nfa,nfb,syncmin,nfqso,s,candidate,ncand)
endif
t=t + s(i+nfos*icos7(n),k+nssy*36)
t0=t0 + sum(s(i:i+nfos*6:nfos,k+nssy*36))
if(k+144.le.NHSYM) then
if(k+nssy*72.le.NHSYM) then
t=t + s(i+nfos*icos7(n),k+nssy*72)
t0=t0 + sum(s(i:i+nfos*6:nfos,k+nssy*72))
endif