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:
Joe Taylor 2006-09-21 13:39:59 +00:00
parent b2c0c3b92c
commit 99eb2fe8da
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#----------------------------------------------------------------- WSJT
#------------------------------------------------------------------ WSJT
# $Date$ $Revision$
#
from Tkinter import *