From 1093e07994610c4740d201b00295218e62454d07 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 9 Jul 2014 12:58:12 +0000 Subject: [PATCH] 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 --- lib/decoder.f90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/decoder.f90 b/lib/decoder.f90 index 682447208..a9694b366 100644 --- a/lib/decoder.f90 +++ b/lib/decoder.f90 @@ -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