Pass submode (==> hmod) to fst280_decode.f90.

This commit is contained in:
Joe Taylor
2020-06-19 09:15:00 -04:00
parent 5569700980
commit d64e266e8f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
call timer('dec280 ',0)
call my_fst280%decode(fst280_decoded,id2,params%nutc, &
params%nQSOProgress,params%nfqso,params%nfa,params%nfb, &
params%ndepth,params%ntr)
params%nsubmode,params%ndepth,params%ntr)
call timer('dec280 ',1)
go to 800
endif