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:
Joe Taylor
2016-07-26 16:44:35 +00:00
parent 38113068cd
commit f5737348fe
3 changed files with 6 additions and 23 deletions
+1 -1
View File
@@ -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