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(" ");