mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 12:48:40 -05:00
Added "flipx" to fix minor problem in deep search of average message.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@219 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
a6b724dec3
commit
380aa4d889
@ -42,7 +42,8 @@ C Compute the average of all flagged spectra for this segment.
|
||||
nqual=0
|
||||
C Possibly should pass nadd=nused, also:
|
||||
if(ndepth.ge.3) then
|
||||
call deep65(s3,mode65,neme,nsked,flip,
|
||||
flipx=1.0 !Normal flip not relevant for ave msg
|
||||
call deep65(s3,mode65,neme,nsked,flipx,
|
||||
+ mycall,hiscall,hisgrid,deepmsg,qual)
|
||||
nqual=qual
|
||||
if(nqual.lt.nq1) deepmsg=' '
|
||||
@ -55,6 +56,5 @@ C Suppress "birdie messages":
|
||||
if(decoded(1:7).eq.'0L6MWK ') decoded=' '
|
||||
|
||||
100 if(nused.lt.1) decoded=' '
|
||||
|
||||
return
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user