Pass ncontest and lapcqonly to the Q65 decoder.

This commit is contained in:
Joe Taylor
2020-10-29 10:33:54 -04:00
parent 7786101dcf
commit e2978abcf5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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