Minor cleanup; add some !$OMP stuff to msk144sync.f90, but it's not yet functional.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7119 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-09-29 16:39:14 +00:00
parent ad68032b36
commit cc7224d361
3 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -3044,7 +3044,7 @@ void MainWindow::guiUpdate()
if(m_mode=="MSK144" and m_config.realTimeDecode()) {
int npct=int(100.0*m_fCPUmskrtd/0.298667);
if(npct>90) tx_status_label.setStyleSheet("QLabel{background-color: #ff0000}");
t.sprintf("Receiving %2d\%",npct);
t.sprintf("Receiving %2d%%",npct);
}
tx_status_label.setText (t);
}