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
This commit is contained in:
Joe Taylor 2012-10-24 19:48:49 +00:00
parent 5a64719447
commit d0e702ff46
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

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