From 615263b6365f4edc0a60ec9ccb5883f755c1cf64 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 26 Jul 2009 16:41:13 +0000 Subject: [PATCH] Initialized two variables in decode1. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1300 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- decode1.F90 | 2 ++ map65.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/decode1.F90 b/decode1.F90 index 80cb74799..041346f3e 100644 --- a/decode1.F90 +++ b/decode1.F90 @@ -21,6 +21,8 @@ subroutine decode1(iarg) kkdone=-99 ns0=999999 + newdat2=0 + kbuf=1 10 continue if(newdat2.gt.0) then diff --git a/map65.py b/map65.py index 646a7a18c..25810b37a 100644 --- a/map65.py +++ b/map65.py @@ -1,4 +1,4 @@ -#----------------------------------------------------------------------- MAP65 +#------------------------------------------------------------------------ MAP65 # $Date$ $Revision$ # from Tkinter import *