mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 10:32:02 -05:00
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:
parent
85e7d3ced0
commit
e7e55f4d63
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
|||||||
#-------------------------------------------------------------------- MAP65
|
#--------------------------------------------------------------------- MAP65
|
||||||
# $Date$ $Revision$
|
# $Date$ $Revision$
|
||||||
#
|
#
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
|
@ -218,7 +218,7 @@ subroutine map65a(newdat)
|
|||||||
nw=0 !### Fix this! ###
|
nw=0 !### Fix this! ###
|
||||||
nwrite=nwrite+1
|
nwrite=nwrite+1
|
||||||
write(11,1010) nkHz,ndf,npol,nutc,nsync2,dt,nw,decoded,nkv,nqual
|
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
|
endif
|
||||||
enddo
|
enddo
|
||||||
if(nwrite.eq.0) then
|
if(nwrite.eq.0) then
|
||||||
|
Loading…
Reference in New Issue
Block a user