Re-enable "Save Decoded" for Q65.

This commit is contained in:
Joe Taylor 2021-02-27 11:50:13 -05:00
parent 42919156f1
commit 333c4da0b4
1 changed files with 2 additions and 2 deletions

View File

@ -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('<DecodeFinished>',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