mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 08:21:17 -05:00
Don't count lines with blank message in "ndecoded".
This commit is contained in:
parent
bc8d134135
commit
2194f3096a
@ -370,9 +370,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
|
|||||||
close(13)
|
close(13)
|
||||||
if(ncontest.eq.6) close(19)
|
if(ncontest.eq.6) close(19)
|
||||||
if(params%nmode.eq.4 .or. params%nmode.eq.65 .or. params%nmode.eq.66) close(14)
|
if(params%nmode.eq.4 .or. params%nmode.eq.65 .or. params%nmode.eq.66) close(14)
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
contains
|
contains
|
||||||
|
|
||||||
subroutine jt4_decoded(this,snr,dt,freq,have_sync,sync,is_deep, &
|
subroutine jt4_decoded(this,snr,dt,freq,have_sync,sync,is_deep, &
|
||||||
@ -812,7 +810,7 @@ contains
|
|||||||
|
|
||||||
select type(this)
|
select type(this)
|
||||||
type is (counting_q65_decoder)
|
type is (counting_q65_decoder)
|
||||||
this%decoded = this%decoded + 1
|
if(idec.gt.0) this%decoded = this%decoded + 1
|
||||||
end select
|
end select
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user