Don't append end-of-line AP info is ncontest is nonzero.

This commit is contained in:
Joe Taylor 2018-11-02 15:12:06 -04:00
parent aa0d4208ce
commit 1589e4f126
1 changed files with 1 additions and 1 deletions

View File

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