Improvements to FT8 decoder.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7744 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2017-06-28 14:38:06 +00:00
parent 25ceb34455
commit 442df5dbc1
4 changed files with 61 additions and 30 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ int WideGraph::Fmin() //Fmin
int WideGraph::Fmax() //Fmax
{
return std::max (5000, ui->widePlot->Fmax());
return std::min(5000,ui->widePlot->Fmax());
}
int WideGraph::fSpan()