mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 11:38:34 -04:00
Zero the ss() array at start of sequence in symspec().
This commit is contained in:
parent
b3d8750949
commit
55286b05a9
@ -43,6 +43,7 @@ subroutine symspec(k,ndiskdat,nb,nbslider,nfsample, &
|
||||
|
||||
if(k.lt.k0) then
|
||||
ts=1.d0 - hsym
|
||||
ss=0.
|
||||
savg=0.
|
||||
ihsym=0
|
||||
k1=0
|
||||
|
Loading…
Reference in New Issue
Block a user