From 011f585ffbd400b265b6ceaaf53029939aa77b29 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 21 Sep 2006 13:39:59 +0000 Subject: [PATCH] Fix one more array bound. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@308 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- short65.f | 2 +- wsjt.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/short65.f b/short65.f index a166fa928..cbce6a8a6 100644 --- a/short65.f +++ b/short65.f @@ -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 diff --git a/wsjt.py b/wsjt.py index 1edc3151f..57c1188ef 100644 --- a/wsjt.py +++ b/wsjt.py @@ -1,4 +1,4 @@ -#----------------------------------------------------------------- WSJT +#------------------------------------------------------------------ WSJT # $Date$ $Revision$ # from Tkinter import *