mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Don't attempt a Q65 average decode if it's not selected on Decode menu.
This commit is contained in:
parent
e20cd2c8e2
commit
71bd5b79e3
@ -341,8 +341,7 @@ contains
|
||||
endif
|
||||
endif
|
||||
enddo ! icand
|
||||
if(iavg.eq.0 .and.navg(iseq).ge.2) go to 50
|
||||
|
||||
if(iavg.eq.0 .and.navg(iseq).ge.2 .and. iand(ndepth,16).ne.0) go to 50
|
||||
900 return
|
||||
end subroutine decode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user