mirror of
https://github.com/pavel-demin/ft8d.git
synced 2025-07-09 20:05:18 -04:00
fix formatting in ft8d.f90
This commit is contained in:
parent
cdd1c49706
commit
90bb854cc3
4
ft8d.f90
4
ft8d.f90
@ -73,17 +73,15 @@ program ft8d
|
|||||||
lapcqonly,napwid,lsubtract,nagain,iaptype,mycall12,mygrid6, &
|
lapcqonly,napwid,lsubtract,nagain,iaptype,mycall12,mygrid6, &
|
||||||
hiscall12,bcontest,sync,f1,xdt,xbase,apsym,nharderrors,dmin, &
|
hiscall12,bcontest,sync,f1,xdt,xbase,apsym,nharderrors,dmin, &
|
||||||
nbadcrc,iappass,iera,msg37,xsnr)
|
nbadcrc,iappass,iera,msg37,xsnr)
|
||||||
message=msg37(1:22) !###
|
message=msg37(1:22)
|
||||||
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) then
|
||||||
! call jtmsg(message,iflag)
|
|
||||||
if(bcontest) then
|
if(bcontest) then
|
||||||
call fix_contest_msg(mygrid6,message)
|
call fix_contest_msg(mygrid6,message)
|
||||||
msg37(1:22)=message
|
msg37(1:22)=message
|
||||||
endif
|
endif
|
||||||
! if(iand(iflag,31).ne.0) message(22:22)='?'
|
|
||||||
ldupe=.false.
|
ldupe=.false.
|
||||||
do id=1,ndecodes
|
do id=1,ndecodes
|
||||||
if(message.eq.allmessages(id).and.nsnr.le.allsnrs(id)) ldupe=.true.
|
if(message.eq.allmessages(id).and.nsnr.le.allsnrs(id)) ldupe=.true.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user