Pass TRperiod (s) to fst280_decode().

This commit is contained in:
Joe Taylor 2020-06-17 19:58:21 -04:00
parent 1cebbd2cdd
commit 5c3a340f72

View File

@ -190,9 +190,8 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
if(params%nmode.eq.280) then
! We're in FST280/FST280W mode
call timer('dec280 ',0)
ntrperiod=params%kin/12000
call my_fst280%decode(fst280_decoded,id2,params%nQSOProgress, &
params%nfqso,params%nfa,params%nfb,params%ndepth,ntrperiod)
params%nfqso,params%nfa,params%nfb,params%ndepth,params%ntr)
call timer('dec280 ',1)
go to 800
endif