mirror of
https://github.com/pavel-demin/ft8d.git
synced 2025-02-03 09:44:19 -05:00
filter out empty callsigns
This commit is contained in:
parent
17e0931d45
commit
53f062c9f9
2
ft8d.f90
2
ft8d.f90
@ -71,7 +71,7 @@ program ft8d
|
||||
nsnr=nint(xsnr)
|
||||
xdt=xdt-0.5
|
||||
hd=nharderrors+dmin
|
||||
if(nbadcrc.eq.0.and.msgcall(1:1).ne.'<') then
|
||||
if(nbadcrc.eq.0.and.msgcall(1:1).ne.' '.and.msgcall(1:1).ne.'<') then
|
||||
ldupe=.false.
|
||||
do id=1,ndecodes
|
||||
if(msg37.eq.allmessages(id).and.nsnr.le.allsnrs(id)) ldupe=.true.
|
||||
|
Loading…
Reference in New Issue
Block a user