1. Protect against wrong ID of f0 being fit by lorentzian(), when Ftol is large.

2. When switching to JT65 mode, go through JT9 first.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6621 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-04-14 13:22:05 +00:00
parent ce1a1e8a8e
commit c297e1e23b
3 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -247,7 +247,8 @@ contains
n=max(2,nsum+1)
n=min(n,36)
ctail(2:2)=c(n:n)
if(nsubmode.gt.0) ctail(3:3)=c(nsmo+1:nsmo+1)
n=min(nsmo+1,36)
if(nsubmode.gt.0) ctail(3:3)=c(n:n)
if(ft.eq.2) then
ctail(5:5)='*'
if(qual.le.9) ctail(5:5)=char(48+qual)