mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 20:58:55 -05:00
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:
parent
5a64719447
commit
d0e702ff46
@ -70,7 +70,7 @@ program jt9sim
|
|||||||
'---------------------------------------------------')
|
'---------------------------------------------------')
|
||||||
|
|
||||||
do ifile=1,nfiles !Loop over all files
|
do ifile=1,nfiles !Loop over all files
|
||||||
nmin=(ifile-1)*2*minutes
|
nmin=(ifile-1)*minutes
|
||||||
ihr=nmin/60
|
ihr=nmin/60
|
||||||
imin=mod(nmin,60)
|
imin=mod(nmin,60)
|
||||||
write(fname,1002) ihr,imin !Create output filename
|
write(fname,1002) ihr,imin !Create output filename
|
||||||
|
@ -1103,7 +1103,6 @@ void MainWindow::doubleClickOnCall(QString hiscall, bool ctrl)
|
|||||||
int nmod=n%(m_TRperiod/30);
|
int nmod=n%(m_TRperiod/30);
|
||||||
m_txFirst=(nmod!=0);
|
m_txFirst=(nmod!=0);
|
||||||
ui->txFirstCheckBox->setChecked(m_txFirst);
|
ui->txFirstCheckBox->setChecked(m_txFirst);
|
||||||
qDebug() << t2.mid(0,2) << t2.mid(2,2) << n << nmod << m_txFirst;
|
|
||||||
QString rpt=t2.mid(10,3);
|
QString rpt=t2.mid(10,3);
|
||||||
if(ctrl) {
|
if(ctrl) {
|
||||||
int i4=t.mid(i2,20).indexOf(" ");
|
int i4=t.mid(i2,20).indexOf(" ");
|
||||||
|
Loading…
Reference in New Issue
Block a user