mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-20 11:08:31 -04:00
Correct a flaw in map65a.f90 defining variable nts_jt65.
This commit is contained in:
parent
7187172d02
commit
377d309d89
@ -50,7 +50,7 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
|
||||
mode65=mod(nmode,10)
|
||||
if(mode65.eq.3) mode65=4
|
||||
mode_q65=nmode/10
|
||||
nts_jt65=2**(mode65-1) !JT65 tone separation factor
|
||||
nts_jt65=mode65 !JT65 tone separation factor
|
||||
nts_q65=2**(mode_q65-1) !Q65 tone separation factor
|
||||
xpol=(nxpol.ne.0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user