mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-17 09:31:59 -05:00
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
This commit is contained in:
parent
289ba66119
commit
2830fa7571
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user