Correct the sending of minsync to decoder. Fix statement ordering that affects timer calls.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7370 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-12-08 15:38:54 +00:00
parent 19f37d098e
commit 82ecc6afcf
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ contains
if(ft.ge.80) then !QRA64 mode
nft=ft-100
csync=': '
if(sync.ge.float(minsync) .or. nft.ge.0) csync=':*'
if(sync-3.4.ge.float(minsync) .or. nft.ge.0) csync=':*'
if(nft.lt.0) then
write(*,1009) params%nutc,snr,dt,freq,csync,decoded
else