mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-20 02:52:00 -05:00
Fix one more array bound.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@308 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
c5d5df9fc5
commit
011f585ffb
@ -20,7 +20,7 @@ C This is done before zapping, downsampling, or normal decoding.
|
||||
real ss2a(-224:224) !Upper magenta curve
|
||||
real ss1(-473:1784) !Lower magenta curve (temp)
|
||||
real ss2(-473:1784) !Upper magenta curve (temp)
|
||||
real ssavg(-10:10)
|
||||
real ssavg(-11:11)
|
||||
integer ipk(4) !Peak bin at each phase
|
||||
save
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user