mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-03 06:32:26 -04:00
Remove (most of) mcall3 stuff.
This commit is contained in:
parent
16214c2ff1
commit
504a62bf93
@ -16,7 +16,7 @@ subroutine decode0(dd,ss,savg,nstandalone)
|
|||||||
mcall3,nkeep,ntol,nxant,nrxlog,nfsample,nxpol,nmode, &
|
mcall3,nkeep,ntol,nxant,nrxlog,nfsample,nxpol,nmode, &
|
||||||
ndop00,nsave,max_drift,nhsym,mycall,mygrid,hiscall,hisgrid,datetime
|
ndop00,nsave,max_drift,nhsym,mycall,mygrid,hiscall,hisgrid,datetime
|
||||||
common/early/nhsym1,nhsym2,ldecoded(32768)
|
common/early/nhsym1,nhsym2,ldecoded(32768)
|
||||||
data neme0/-99/,mcall3b/1/
|
data neme0/-99/
|
||||||
save
|
save
|
||||||
|
|
||||||
call sec0(0,tquick)
|
call sec0(0,tquick)
|
||||||
@ -40,9 +40,6 @@ subroutine decode0(dd,ss,savg,nstandalone)
|
|||||||
enddo
|
enddo
|
||||||
10 rmsdd=1.5*i
|
10 rmsdd=1.5*i
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if(mycall.ne.mycall0 .or. hiscall.ne.hiscall0 .or. &
|
|
||||||
hisgrid.ne.hisgrid0 .or. mcall3.ne.0 .or. neme.ne.neme0) mcall3b=1
|
|
||||||
|
|
||||||
mycall0=mycall
|
mycall0=mycall
|
||||||
hiscall0=hiscall
|
hiscall0=hiscall
|
||||||
@ -52,7 +49,7 @@ subroutine decode0(dd,ss,savg,nstandalone)
|
|||||||
call timer('q65wa ',0)
|
call timer('q65wa ',0)
|
||||||
call q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
call q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
||||||
mousedf,mousefqso,nagain,ndecdone,nfshift,max_drift, &
|
mousedf,mousefqso,nagain,ndecdone,nfshift,max_drift, &
|
||||||
nfcal,mcall3b,nsum,nxant,mycall,mygrid, &
|
nfcal,nsum,nxant,mycall,mygrid, &
|
||||||
hiscall,hisgrid,nhsym,nfsample, &
|
hiscall,hisgrid,nhsym,nfsample, &
|
||||||
ndiskdat,nxpol,nmode,ndop00)
|
ndiskdat,nxpol,nmode,ndop00)
|
||||||
call timer('q65wa ',1)
|
call timer('q65wa ',1)
|
||||||
|
@ -1,6 +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, &
|
mousedf,mousefqso,nagain,ndecdone,nfshift,max_drift, &
|
||||||
nfcal,mcall3b,nsum,nxant,mycall,mygrid, &
|
nfcal,nsum,nxant,mycall,mygrid, &
|
||||||
hiscall,hisgrid,nhsym,nfsample, &
|
hiscall,hisgrid,nhsym,nfsample, &
|
||||||
ndiskdat,nxpol,nmode,ndop00)
|
ndiskdat,nxpol,nmode,ndop00)
|
||||||
|
|
||||||
@ -25,7 +25,6 @@ subroutine q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
|||||||
type(candidate) :: cand(MAX_CANDIDATES)
|
type(candidate) :: cand(MAX_CANDIDATES)
|
||||||
character*60 result
|
character*60 result
|
||||||
common/decodes/ndecodes,ncand,result(50)
|
common/decodes/ndecodes,ncand,result(50)
|
||||||
common/c3com/ mcall3a
|
|
||||||
common/testcom/ifreq
|
common/testcom/ifreq
|
||||||
common/early/nhsym1,nhsym2,ldecoded(32768)
|
common/early/nhsym1,nhsym2,ldecoded(32768)
|
||||||
|
|
||||||
@ -72,7 +71,6 @@ subroutine q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
|||||||
nwrite_q65=0
|
nwrite_q65=0
|
||||||
bq65=mode_q65.gt.0
|
bq65=mode_q65.gt.0
|
||||||
|
|
||||||
mcall3a=mcall3b
|
|
||||||
mousefqso0=mousefqso
|
mousefqso0=mousefqso
|
||||||
nsum=0
|
nsum=0
|
||||||
|
|
||||||
@ -126,9 +124,7 @@ subroutine q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
|||||||
enddo ! icand
|
enddo ! icand
|
||||||
call sec0(1,tsec0)
|
call sec0(1,tsec0)
|
||||||
ndecdone=2
|
ndecdone=2
|
||||||
|
|
||||||
call flush(12)
|
call flush(12)
|
||||||
mcall3b=mcall3a
|
|
||||||
|
|
||||||
return
|
return
|
||||||
end subroutine q65wa
|
end subroutine q65wa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user