From 2830fa75713320197e00f91582087f3ce0e950c9 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 1 Aug 2016 20:18:24 +0000 Subject: [PATCH] Temporarily disable click-to-decode in MSK144 mode. Needs work. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6982 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/fast_decode.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fast_decode.f90 b/lib/fast_decode.f90 index 0f00bf47f..3f9b11e29 100644 --- a/lib/fast_decode.f90 +++ b/lib/fast_decode.f90 @@ -61,6 +61,7 @@ subroutine fast_decode(id2,narg,ntrperiod,bShMsgs,line,pchk_file, & if(ib.gt.ntrperiod*12000) ib=ntrperiod*12000 nz=ib-ia+1 ! print*,ia,ib,nz,ndat0,t0,t1 + if(npick.ne.0) go to 900 !### TEMPORARILY DISABLE PICK DECODES ### if(newdat.eq.1 .or. npick.le.1) then call msk144_decode(id2(ia),nz,nutc,0,pchk_file,mycall,hiscall, & bShMsgs,ntol,t0,line)