diff --git a/lib/decoder.f90 b/lib/decoder.f90 index d3f1153f4..8abdcb75f 100644 --- a/lib/decoder.f90 +++ b/lib/decoder.f90 @@ -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