Oops! Accidentally removed a required definition of "df".

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6505 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-03-02 20:14:17 +00:00
parent e762cba31e
commit e7f3a10fa2
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ subroutine decode65a(dd,npts,newdat,nqd,f0,nflip,mode65,ntrials, &
! Compute spectrum for each symbol.
nsym=126
nfft=512
df=1378.125/nfft
j=int(dtbest*1378.125)
c5a=cmplx(0.0,0.0)