mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-08 17:04:41 -04:00
Good decode implies sync OK. Also some code cleanup.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6949 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+1
-1
@@ -248,7 +248,7 @@ contains
|
||||
if(ft.ge.80) then
|
||||
nft=ft-100
|
||||
csync=': '
|
||||
if(snr.gt.-30) csync=':*'
|
||||
if(snr.gt.-30 .or. nft.ge.0) csync=':*'
|
||||
if(nft.lt.0) then
|
||||
write(*,1009) params%nutc,snr,dt,freq,csync,decoded
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user