filter out empty callsigns

This commit is contained in:
Pavel Demin 2019-02-14 20:57:18 +01:00
parent 17e0931d45
commit 53f062c9f9
1 changed files with 1 additions and 1 deletions

View File

@ -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.