Send mycall,hiscall,hisgrid into the ft8 decoder.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7797 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke
2017-07-06 20:00:42 +00:00
parent fddebde711
commit 1c2695332a
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -73,7 +73,8 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
call my_ft8%decode(ft8_decoded,id2,params%nfqso, &
newdat,params%nutc,params%nfa, &
params%nfb,logical(params%nagain), &
params%ndepth,params%nsubmode)
params%ndepth,params%nsubmode, &
params%mycall,params%hiscall,params%hisgrid)
call timer('decft8 ',1)
go to 800
endif