Fix a typo.

This commit is contained in:
Joe Taylor 2018-10-13 19:20:11 -04:00
parent e0291245e3
commit 2c9ce10020
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ subroutine sync4(dat,jz,ntol,nfqso,mode,mode4,minwidth,dtx,dfx,snrx, &
df=0.5*11025.0/nfft
ftop=nfqso + 7*mode4*df
if(ftop.gt.11025.0/4.0) then
print*,'*** Rx Freq is set too high for this sybmode ***'
print*,'*** Rx Freq is set too high for this submode ***'
go to 900
endif