Protect against a bounds error with very large FTol.

This commit is contained in:
Joe Taylor 2020-12-08 11:53:22 -05:00
parent 9c0fe669d6
commit 84591fa2ef
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ subroutine q65_sync(nutc,iwave,nmax,mode_q65,codewords,ncw,nsps,nfqso,ntol, &
if(j.ge.1 .and. j.le.jz) then
do i=-ia,ia
ii=i0+mode_q65*itone(k)+i
ccf(i,lag)=ccf(i,lag) + s1(ii,j)
if(ii.ge.1 .and. ii.le.iz) ccf(i,lag)=ccf(i,lag) + s1(ii,j)
enddo
endif
enddo