mirror of
https://github.com/pavel-demin/ft8d.git
synced 2024-11-23 21:08:36 -05:00
remove unused variables from ft8d.f90
This commit is contained in:
parent
e4fcf6a2d0
commit
cc368b7d6d
3
ft8d.f90
3
ft8d.f90
@ -3,7 +3,7 @@ program ft8d
|
|||||||
! Decode FT8 data read from *.c2 files.
|
! Decode FT8 data read from *.c2 files.
|
||||||
|
|
||||||
include 'ft8_params.f90'
|
include 'ft8_params.f90'
|
||||||
character infile*80,date*6,message*22,msg37*37
|
character infile*80,date*6
|
||||||
character msgcall*12, msggrid*4
|
character msgcall*12, msggrid*4
|
||||||
real s(NFFT1,NHSYM)
|
real s(NFFT1,NHSYM)
|
||||||
real sbase(NFFT1)
|
real sbase(NFFT1)
|
||||||
@ -53,7 +53,6 @@ program ft8d
|
|||||||
nftx,ndepth,lft8apon,lapcqonly,napwid,nagain,iaptype, &
|
nftx,ndepth,lft8apon,lapcqonly,napwid,nagain,iaptype, &
|
||||||
f1,xdt,xbase,apsym,nharderrors,dmin,nbadcrc,iappass, &
|
f1,xdt,xbase,apsym,nharderrors,dmin,nbadcrc,iappass, &
|
||||||
msgcall,msggrid,xsnr)
|
msgcall,msggrid,xsnr)
|
||||||
message=msg37(1:22)
|
|
||||||
nsnr=nint(xsnr)
|
nsnr=nint(xsnr)
|
||||||
xdt=xdt-0.5
|
xdt=xdt-0.5
|
||||||
hd=nharderrors+dmin
|
hd=nharderrors+dmin
|
||||||
|
Loading…
Reference in New Issue
Block a user