From 882cb0b933de8cf4e9d4c8ae6b6423b8a11d7f79 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 1 Aug 2006 16:08:36 +0000 Subject: [PATCH] Added flushqqq calls to wsjt1. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@218 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- wsjt.py | 2 +- wsjt1.F | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/wsjt.py b/wsjt.py index 1e25b0839..f9bacd87a 100644 --- a/wsjt.py +++ b/wsjt.py @@ -1,4 +1,4 @@ -#------------------------------------------------------------------ WSJT +#------------------------------------------------------------------- WSJT from Tkinter import * from tkFileDialog import * import Pmw diff --git a/wsjt1.F b/wsjt1.F index 1b3c367d8..3e863385c 100644 --- a/wsjt1.F +++ b/wsjt1.F @@ -295,7 +295,7 @@ C Now the multi-tone decoding + line(j)(29:31).eq.' ') goto 10 write(lumsg,1050) line(j) !Write to decoded.txt 1050 format(a79) - if(lcum) write(21,1050) line(j) !Write to decoded.cum + if(lcum) write(21,1050) line(j) !Write to ALL.TXT read(line(j),1060) sig,msg3 1060 format(16x,f3.0,9x,a3) if(sig.gt.smax) then @@ -315,9 +315,11 @@ C Now the multi-tone decoding 800 continue call s2shape(s2,nchan,nz,tbest) - 900 continue + 900 LDecoded = ((NSyncOK.gt.0) .or. npkept.gt.0) end file 11 - LDecoded = ((NSyncOK.gt.0) .or. npkept.gt.0) + call flushqqq(11) + call flushqqq(12) + call flushqqq(21) return end