mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-07 16:34:55 -04:00
Pass submode (==> hmod) to fst280_decode.f90.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user