mirror of
https://github.com/pavel-demin/ft8d.git
synced 2025-08-03 14:02:25 -04:00
filter out <...> callsigns
This commit is contained in:
parent
f8f733d450
commit
6117fb237f
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) then
|
if(nbadcrc.eq.0.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