From 894ac28f670f187f9e14a0d159478f8c0df219e2 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 5 Dec 2012 13:36:51 +0000 Subject: [PATCH] Add JT65 sub-mode to lines in map65_rx.log. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2790 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- libm65/map65a.f90 | 2 +- mainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libm65/map65a.f90 b/libm65/map65a.f90 index 3f3e0b782..3b7bfbd3c 100644 --- a/libm65/map65a.f90 +++ b/libm65/map65a.f90 @@ -443,7 +443,7 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, & write(26,1014) f0,ndf,ndf0,ndf1,ndf2,dt,npol,nsync1, & nsync2,nutc,decoded,cp,cmode write(21,1014) f0,ndf,ndf0,ndf1,ndf2,dt,npol,nsync1, & - nsync2,nutc,decoded,cp + nsync2,nutc,decoded,cp,cmode 1014 format(f8.3,i5,3i3,f5.1,i4,i3,i4,i7.6,2x,a22,2x,a1,3x,a2) endif diff --git a/mainwindow.cpp b/mainwindow.cpp index 26348b34d..21bcbcb70 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//-------------------------------------------------------------- MainWindow +//------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"