Wire up the 'Decode only 77-bit messages' checkbox.

This commit is contained in:
Steve Franke
2018-07-05 07:51:10 -05:00
parent ed92d5a86c
commit 4b8ea3ef45
7 changed files with 43 additions and 34 deletions
+2 -1
View File
@@ -96,7 +96,8 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
call my_ft8%decode(ft8_decoded,id2,params%nQSOProgress,params%nfqso, &
params%nftx,newdat,params%nutc,params%nfa,params%nfb, &
params%nexp_decode,params%ndepth,logical(params%nagain), &
logical(params%lft8apon),logical(params%lapcqonly),params%napwid, &
logical(params%lft8apon),logical(params%lapcqonly), &
logical(params%ldecode77),params%napwid, &
mycall,mygrid,hiscall,hisgrid)
call timer('decft8 ',1)
if(nfox.gt.0) then