From 67f19ac73f732818eff8c4d89de6ad038987d2d7 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 9 Aug 2013 23:11:05 +0000 Subject: [PATCH] Sorry, r3540 introduced a bug that preventer JT65 decoding in some situations. It's fixed now. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3541 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/decoder.f90 | 2 ++ mainwindow.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/decoder.f90 b/lib/decoder.f90 index 0250eda63..84c0bc3ed 100644 --- a/lib/decoder.f90 +++ b/lib/decoder.f90 @@ -164,6 +164,8 @@ subroutine decoder(ss,id2) if(nmode.ge.65 .and. (.not.done65)) then if(newdat.ne.0) dd(1:npts65)=id2(1:npts65) + nf1=nfa + nf2=nfb call jt65a(dd,npts65,newdat,nutc,nf1,nf2,nfqso,ntol65,nagain,ndecoded) endif diff --git a/mainwindow.cpp b/mainwindow.cpp index e5f2bbdbe..652db5601 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//-------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h"