mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 21:19:02 -04:00
This fixes the all-zeroes SNR issue on MacOS.
This commit is contained in:
parent
7895172d3f
commit
3446b45b2b
@ -74,15 +74,15 @@ subroutine mskrtd(id2,nutc0,tsec,ntol,nrxfreq,ndepth,mycall,hiscall, &
|
||||
! dxcall13=hiscall//' '
|
||||
mycall13=' '
|
||||
dxcall13=' '
|
||||
mycall13(1:12)=mycall
|
||||
dxcall13(1:12)=hiscall
|
||||
mycall13(1:12)=mycall(1:12)
|
||||
dxcall13(1:12)=hiscall(1:12)
|
||||
first=.false.
|
||||
endif
|
||||
|
||||
fc=nrxfreq
|
||||
|
||||
! Reset if mycall or dxcall changes
|
||||
if(mycall13(1:12).ne.mycall .or. dxcall13(1:12).ne.hiscall) first=.true.
|
||||
if(mycall13(1:12).ne.mycall(1:12) .or. dxcall13(1:12).ne.hiscall(1:12)) first=.true.
|
||||
|
||||
! Dupe checking setup
|
||||
if(nutc00.ne.nutc0 .or. tsec.lt.tsec0) then ! reset dupe checker
|
||||
|
Loading…
Reference in New Issue
Block a user