MOved nkv,nqual to the right.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@458 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2007-07-02 20:17:47 +00:00
parent 960e7324b5
commit e2dc4283de
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#-------------------------------------------------------------------- MAP65
#--------------------------------------------------------------------- MAP65
# $Date$ $Revision$
#
from Tkinter import *

View File

@ -218,7 +218,7 @@ subroutine map65a(newdat)
nw=0 !### Fix this! ###
nwrite=nwrite+1
write(11,1010) nkHz,ndf,npol,nutc,nsync2,dt,nw,decoded,nkv,nqual
1010 format(i3,i5,i4,i5.4,i4,f5.1,i3,2x,a22,i3,i4)
1010 format(i3,i5,i4,i5.4,i4,f5.1,i3,2x,a22,i5,i4)
endif
enddo
if(nwrite.eq.0) then