Starting work toward flexible use of AP decoding in QRA64. Beware, this is still in progress!

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6928 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-07-19 13:16:10 +00:00
parent d0d247b105
commit 24137e3481
6 changed files with 73 additions and 151 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ program QRA64code
mycall=' '
if(i1.ge.4) mycall=msg(1:i1-1)
call packcall(mycall,nmycall,ltext)
call qra64_dec(s3,nmycall,dec,irc) !Decode
call qra64_dec(s3,nmycall,dec,snr,irc) !Decode
decoded=" "
if(irc.ge.0) then