mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 20:58:55 -05:00
Always allow JT65 decoding above the blue line, when in JT9+JT65 mode.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4198 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
245a6902c5
commit
1093e07994
@ -45,10 +45,11 @@ subroutine decoder(ss,id2)
|
||||
ntol65=20
|
||||
done65=.false.
|
||||
if((nmode.eq.65 .or. nmode.eq.65+9) .and. ntxmode.eq.65) then
|
||||
! We're decoding JT65, and should do this mode first
|
||||
if(newdat.ne.0) dd(1:npts65)=id2(1:npts65)
|
||||
nf1=nfa
|
||||
nf2=nfb
|
||||
if(nmode.eq.65+9) nf2=nfsplit
|
||||
! if(nmode.eq.65+9) nf2=nfsplit
|
||||
call jt65a(dd,npts65,newdat,nutc,nf1,nf2,nfqso,ntol65,nagain,ndecoded)
|
||||
done65=.true.
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user