From e2dc4283de7ee5363e5a67c77d343c4dc25e6c05 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 2 Jul 2007 20:17:47 +0000 Subject: [PATCH] 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 --- map65.py | 2 +- map65a.f90 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/map65.py b/map65.py index 20e844d67..b25e51d68 100644 --- a/map65.py +++ b/map65.py @@ -1,4 +1,4 @@ -#-------------------------------------------------------------------- MAP65 +#--------------------------------------------------------------------- MAP65 # $Date$ $Revision$ # from Tkinter import * diff --git a/map65a.f90 b/map65a.f90 index 9f5c38856..79124c4a7 100644 --- a/map65a.f90 +++ b/map65a.f90 @@ -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