mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-24 11:40:31 -05:00
This stops Steve's mac from crashing.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7773 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
cf6ff745a2
commit
ea12ba34fe
@ -198,6 +198,7 @@ subroutine ft8_downsample(dd,f0,c1)
|
||||
complex cx(0:NMAX/2-1)
|
||||
real dd(NMAX),x(NMAX)
|
||||
equivalence (x,cx)
|
||||
save x
|
||||
|
||||
df=12000.0/NMAX
|
||||
x=dd
|
||||
|
Loading…
Reference in New Issue
Block a user