mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-08-14 15:33:36 -04:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user