Pass naggressive to fast_decode(). Display <...> messages only if naggressive>0.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6463 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-02-03 20:23:52 +00:00
parent be26c48f91
commit 95a3c00eda
6 changed files with 15 additions and 46 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ subroutine fast_decode(id2,narg,line)
parameter (NMAX=30*12000)
integer*2 id2(NMAX)
integer narg(0:13)
integer narg(0:14)
real dat(30*12000)
complex cdat(262145),cdat2(262145)
real psavg(450)