From 3a7bb3103aaacf1a012fb4eaea936af898ee3b35 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 15 Jul 2008 14:33:39 +0000 Subject: [PATCH] Corrected variable name for nreset. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@958 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- map65.py | 2 +- recvpkt.F90 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/map65.py b/map65.py index 4616ebe0a..2841d250d 100644 --- a/map65.py +++ b/map65.py @@ -1,4 +1,4 @@ -#---------------------------------------------------------------------- MAP65 +#--------------------------------------------------------------------- MAP65 # $Date$ $Revision$ # from Tkinter import * diff --git a/recvpkt.F90 b/recvpkt.F90 index 0aba698e7..c949a2956 100644 --- a/recvpkt.F90 +++ b/recvpkt.F90 @@ -45,7 +45,7 @@ subroutine recvpkt(iarg) ! If we're transmitting and were previously receiving in this minute, ! switch buffers to prepare for the next Rx minute. - if(lauto.eq.1 .and. mod(imin,2).eq.(1-TxFirst) .and. reset.eq.1) then + if(lauto.eq.1 .and. mod(imin,2).eq.(1-TxFirst) .and. nreset.eq.1) then nreset=0 kb=3-kb k=0