Re-enable printing of ?a# decode quality and ap-type annotations, for now.

This commit is contained in:
Steve Franke 2019-06-11 09:17:13 -05:00
parent e9559244f8
commit 89dc109968
1 changed files with 2 additions and 2 deletions

View File

@ -517,7 +517,7 @@ contains
decoded0=decoded
annot=' '
if(ncontest.eq.0 .and. nap.ne.0) then
if(nap.ne.0) then
write(annot,'(a1,i1)') 'a',nap
if(qual.lt.0.17) decoded0(37:37)='?'
endif
@ -598,7 +598,7 @@ contains
decoded0=decoded
annot=' '
if(ncontest.eq.0 .and. nap.ne.0) then
if(nap.ne.0) then
write(annot,'(a1,i1)') 'a',nap
if(qual.lt.0.17) decoded0(37:37)='?'
endif