From 352b4973996864d634d5be950f4856f44039323b Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 2 Jul 2020 13:43:50 -0400 Subject: [PATCH] Remove a diagnostic print. --- lib/fst240_decode.f90 | 1 - widgets/mainwindow.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fst240_decode.f90 b/lib/fst240_decode.f90 index 6820e8a16..8fca098e6 100644 --- a/lib/fst240_decode.f90 +++ b/lib/fst240_decode.f90 @@ -80,7 +80,6 @@ contains this%callback => callback - print*,'AAA',iwspr,ndepth dxcall13=hiscall ! initialize for use in packjt77 mycall13=mycall diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 42d839c14..398ae24fc 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -5821,6 +5821,7 @@ void MainWindow::on_actionFST240_triggered() ui->cbAutoSeq->setChecked(true); m_wideGraph->setMode(m_mode); m_wideGraph->setModeTx(m_modeTx); + m_wideGraph->setPeriod(m_TRperiod,6912); switch_mode (Modes::FST240); m_wideGraph->setMode(m_mode); statusChanged();