Squash a SEGV

This commit is contained in:
Bill Somerville 2019-04-20 01:14:23 +01:00
parent 64bd55910a
commit cf2219173a
1 changed files with 1 additions and 1 deletions

View File

@ -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