mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Re-enable printing of ?a# decode quality and ap-type annotations, for now.
This commit is contained in:
parent
e9559244f8
commit
89dc109968
@ -517,7 +517,7 @@ contains
|
|||||||
decoded0=decoded
|
decoded0=decoded
|
||||||
|
|
||||||
annot=' '
|
annot=' '
|
||||||
if(ncontest.eq.0 .and. nap.ne.0) then
|
if(nap.ne.0) then
|
||||||
write(annot,'(a1,i1)') 'a',nap
|
write(annot,'(a1,i1)') 'a',nap
|
||||||
if(qual.lt.0.17) decoded0(37:37)='?'
|
if(qual.lt.0.17) decoded0(37:37)='?'
|
||||||
endif
|
endif
|
||||||
@ -598,7 +598,7 @@ contains
|
|||||||
decoded0=decoded
|
decoded0=decoded
|
||||||
|
|
||||||
annot=' '
|
annot=' '
|
||||||
if(ncontest.eq.0 .and. nap.ne.0) then
|
if(nap.ne.0) then
|
||||||
write(annot,'(a1,i1)') 'a',nap
|
write(annot,'(a1,i1)') 'a',nap
|
||||||
if(qual.lt.0.17) decoded0(37:37)='?'
|
if(qual.lt.0.17) decoded0(37:37)='?'
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user