filter out <...> callsigns

This commit is contained in:
Pavel Demin 2019-01-27 16:04:34 +01:00
parent f8f733d450
commit 6117fb237f
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) then
if(nbadcrc.eq.0.and.msgcall(1:1).ne.'<') then
ldupe=.false.
do id=1,ndecodes
if(msg37.eq.allmessages(id).and.nsnr.le.allsnrs(id)) ldupe=.true.