From f9f180818c589f42374aaecbafd4c78d9a7c7141 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 7 May 2013 12:29:22 +0000 Subject: [PATCH] Fix freq readout for JT9-2. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3258 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/decoder.f90 | 2 +- mainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/decoder.f90 b/lib/decoder.f90 index 17c4fd175..12e684cd5 100644 --- a/lib/decoder.f90 +++ b/lib/decoder.f90 @@ -37,7 +37,7 @@ subroutine decoder(ss,c0,nstandalone) else if(ntrMinutes.eq.2) then nsps=15360 df3=1500.0/2048.0 - fmt='(i4.4,i4,i5,f6.1,f8.1,i4,3x,a22)' + fmt='(i4.4,i4,i5,f6.1,f8.0,i4,3x,a22)' else if(ntrMinutes.eq.5) then nsps=40960 df3=1500.0/6144.0 diff --git a/mainwindow.cpp b/mainwindow.cpp index 47b0a17ac..b926b561f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//--------------------------------------------------------------- MainWindow +//---------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"