Fixed readout of average messages: needed flush(12) in wsjt65.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@54 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2006-01-06 21:04:14 +00:00
parent 84ed1eb1f6
commit e99746d70c
1 changed files with 2 additions and 7 deletions

View File

@ -25,7 +25,6 @@ C already been done.
integer itf(2,9)
include 'avecom.h'
common/avecom2/f0a
common/tmp3/nsync2,nsnr2,nstest2,line,ave1,ave2
data first/.true./,ns10/0/,ns20/0/
data itf/0,0, 1,0, -1,0, 0,-1, 0,1, 1,-1, 1,1, -1,-1, -1,1/
save
@ -184,7 +183,7 @@ C Write decoded msg unless this is an "Exclude" request:
+ ns1,ncount1)
if(nsave.ge.1) call avemsg65(2,mode65,ndepth,avemsg2,nused2,
+ ns2,ncount2)
C Write the average line
if(ns1.ge.1 .and. ns1.ne.ns10) then
if(ns1.lt.10) write(ave1,1021) cfile6,1,nused1,ns1,avemsg1
@ -217,16 +216,12 @@ C If Monitor segment #2 is available, write that line also
endif
write(12,1011) ave1
write(12,1011) ave2
call flushqqq(12)
800 if(lumsg.ne.6) end file 11
f0a=f0
900 continue
C### test only
nsync2=nsync
nsnr2=nsnr
nstest2=nstest
return
end