mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 18:32:27 -04:00
Remove obsolete references to nqd.eq.2.
This commit is contained in:
parent
51dd025a8b
commit
857fe04e00
@ -86,10 +86,7 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
|
||||
nutc0=nutc
|
||||
|
||||
do nqd=1,0,-1
|
||||
if(nqd.eq.2) then
|
||||
fa=1000.0*fqso
|
||||
fb=1000.0*fqso
|
||||
else if(nqd.eq.1) then !Quick decode, at fQSO
|
||||
if(nqd.eq.1) then !Quick decode, at fQSO
|
||||
fa=1000.0*(fqso+0.001*mousedf) - ntol
|
||||
fb=1000.0*(fqso+0.001*mousedf) + ntol + 4*53.8330078
|
||||
else !Wideband decode at all freqs
|
||||
@ -143,7 +140,6 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
|
||||
enddo
|
||||
|
||||
if(smax.gt.1.1 .or. ia.eq.ib) then
|
||||
if(nqd.lt.2) then
|
||||
! Look for JT65 sync patterns and shorthand square-wave patterns.
|
||||
call timer('ccf65 ',0)
|
||||
! ssmax=smax
|
||||
@ -208,7 +204,6 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
|
||||
endif
|
||||
enddo
|
||||
endif
|
||||
endif
|
||||
|
||||
! ########################### Search for Normal Messages ###########
|
||||
! Is sync1 above threshold?
|
||||
|
Loading…
x
Reference in New Issue
Block a user