From d0e702ff4647f430b44f68d33294c6ce81b2ddce Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 24 Oct 2012 19:48:49 +0000 Subject: [PATCH] Let jt9sim generate files for both 1st and 2nd sequence. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2687 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/jt9sim.f90 | 2 +- mainwindow.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/jt9sim.f90 b/lib/jt9sim.f90 index a9c25d758..3df7406f5 100644 --- a/lib/jt9sim.f90 +++ b/lib/jt9sim.f90 @@ -70,7 +70,7 @@ program jt9sim '---------------------------------------------------') do ifile=1,nfiles !Loop over all files - nmin=(ifile-1)*2*minutes + nmin=(ifile-1)*minutes ihr=nmin/60 imin=mod(nmin,60) write(fname,1002) ihr,imin !Create output filename diff --git a/mainwindow.cpp b/mainwindow.cpp index 4cb8558ae..9df9c5fcc 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1103,7 +1103,6 @@ void MainWindow::doubleClickOnCall(QString hiscall, bool ctrl) int nmod=n%(m_TRperiod/30); m_txFirst=(nmod!=0); ui->txFirstCheckBox->setChecked(m_txFirst); - qDebug() << t2.mid(0,2) << t2.mid(2,2) << n << nmod << m_txFirst; QString rpt=t2.mid(10,3); if(ctrl) { int i4=t.mid(i2,20).indexOf(" ");