mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Squash a SEGV
This commit is contained in:
parent
64bd55910a
commit
cf2219173a
@ -42,7 +42,7 @@ subroutine gen_ft8wave(itone,nsym,nsps,bt,fsample,f0,cwave,wave,icmplx,nwave)
|
||||
phi=0.0
|
||||
dphi = dphi + twopi*f0*dt !Shift frequency up by f0
|
||||
wave=0.
|
||||
cwave=0.
|
||||
if (icmplx .ne. 0) cwave=0. ! avoid writing to memory we may not have access to
|
||||
k=0
|
||||
do j=nsps,nsps+nwave-1 !Don't include dummy symbols
|
||||
k=k+1
|
||||
|
Loading…
Reference in New Issue
Block a user