mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
Fix a bug that didn't show up when I compiled on the Mac.
This commit is contained in:
parent
cd8ea16f40
commit
f296e37630
@ -9,7 +9,7 @@ subroutine gen_ft8wave(itone,nsym,nsps,bt,fsample,f0,cwave,wave,icmplx,nwave)
|
|||||||
real pulse(23040)
|
real pulse(23040)
|
||||||
real dphi(0:(nsym+2)*nsps-1)
|
real dphi(0:(nsym+2)*nsps-1)
|
||||||
integer itone(nsym)
|
integer itone(nsym)
|
||||||
data first/.true./,ibt0/0/
|
data ibt0/0/
|
||||||
save pulse,twopi,dt,hmod,ibt0
|
save pulse,twopi,dt,hmod,ibt0
|
||||||
|
|
||||||
ibt=nint(10*bt)
|
ibt=nint(10*bt)
|
||||||
|
Loading…
Reference in New Issue
Block a user