Two more compiler warnings...

This commit is contained in:
Joe Taylor 2022-12-12 17:05:54 -05:00
parent d3be147d35
commit 63bc2a6495
2 changed files with 4 additions and 6 deletions

View File

@ -48,9 +48,8 @@ subroutine decode0(dd,ss,savg)
call timer('q65wa ',0)
call q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
mousedf,mousefqso,nagain,ndecdone,nfshift,max_drift, &
nfcal,nsum,nxant,mycall, &
hiscall,hisgrid,nhsym,nfsample, &
mousedf,mousefqso,nagain,ndecdone,nfshift,max_drift, &
nfcal,nsum,mycall,hiscall,hisgrid,nhsym,nfsample, &
ndiskdat,nmode,ndop00)
call timer('q65wa ',1)
flush(6)

View File

@ -1,7 +1,6 @@
subroutine q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
subroutine q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
mousedf,mousefqso,nagain,ndecdone,nfshift,max_drift, &
nfcal,nsum,nxant,mycall, &
hiscall,hisgrid,nhsym,nfsample, &
nfcal,nsum,mycall,hiscall,hisgrid,nhsym,nfsample, &
ndiskdat,nmode,ndop00)
! Processes timf2 data from Linrad to find and decode JT65 and Q65 signals.