From 333c4da0b4af321fe9eec42bfd891ab00a15ab4d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 27 Feb 2021 11:50:13 -0500 Subject: [PATCH] Re-enable "Save Decoded" for Q65. --- lib/decoder.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/decoder.f90 b/lib/decoder.f90 index 5a254a56b..6422cfd96 100644 --- a/lib/decoder.f90 +++ b/lib/decoder.f90 @@ -368,7 +368,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample) endif if(params%nmode.ne.8 .or. params%nzhsym.eq.50 .or. & .not.params%ndiskdat) then - + write(*,1010) nsynced,ndecoded,navg0 1010 format('',2i4,i9) call flush(6) @@ -806,7 +806,7 @@ contains select type(this) type is (counting_q65_decoder) - if(idec.gt.0) this%decoded = this%decoded + 1 + if(idec.ge.0) this%decoded = this%decoded + 1 end select return