mirror of
https://github.com/pavel-demin/ft8d.git
synced 2025-08-05 23:02:33 -04: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)
|
nsnr=nint(xsnr)
|
||||||
xdt=xdt-0.5
|
xdt=xdt-0.5
|
||||||
hd=nharderrors+dmin
|
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.
|
ldupe=.false.
|
||||||
do id=1,ndecodes
|
do id=1,ndecodes
|
||||||
if(msg37.eq.allmessages(id).and.nsnr.le.allsnrs(id)) ldupe=.true.
|
if(msg37.eq.allmessages(id).and.nsnr.le.allsnrs(id)) ldupe=.true.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user