mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-18 01:52:05 -05:00
In JT4 mode, do averaging only if GUI has it enabled.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6694 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
eaa1dd4ad6
commit
f669df4d08
@ -217,8 +217,8 @@ contains
|
||||
if(idt.ne.0) cycle
|
||||
! Single-sequence Fano decode failed, so try for an average Fano decode:
|
||||
qave=0.
|
||||
! If this is a new minute or a new frequency, call avg4
|
||||
if(.not. prtavg) then
|
||||
! If we're doing averaging, call avg4
|
||||
if(iand(ndepth,16).eq.16 .and. (.not.prtavg)) then
|
||||
if(nutc.ne.nutc0 .or. abs(nfreq-nfreq0).gt.ntol) then
|
||||
! This is a new minute or a new frequency, so call avg4.
|
||||
nutc0=nutc !Try decoding average
|
||||
|
Loading…
Reference in New Issue
Block a user