mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-07 08:24:53 -04:00
Pass ncontest and lapcqonly to the Q65 decoder.
This commit is contained in:
+1
-1
@@ -203,7 +203,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
|
||||
call timer('dec_q65 ',0)
|
||||
call my_q65%decode(q65_decoded,id2,params%nutc,params%ntr, &
|
||||
params%nsubmode,params%nfqso,params%ntol,params%ndepth, &
|
||||
mycall,hiscall,hisgrid)
|
||||
mycall,hiscall,hisgrid,ncontest,logical(params%lapcqonly))
|
||||
call timer('dec_q65 ',1)
|
||||
go to 800
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user