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