mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-01 13:42:39 -04:00
Correct the argument list in second call to sfox_gen().
This commit is contained in:
parent
09f456d6a3
commit
33aa347e24
@ -144,7 +144,7 @@ program sfoxtest
|
|||||||
f1=1500.0 + 200.0*(ran1(idummy)-0.5)
|
f1=1500.0 + 200.0*(ran1(idummy)-0.5)
|
||||||
! xdt=0.6*(ran1(idummy)-0.5)
|
! xdt=0.6*(ran1(idummy)-0.5)
|
||||||
xdt=0.3*ran1(idummy)
|
xdt=0.3*ran1(idummy)
|
||||||
call sfox_gen(chansym0,f1,fsample,syncwidth,cdat,clo)
|
call sfox_gen(chansym0,f1,fsample,syncwidth,cdat)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
crcvd=0.
|
crcvd=0.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user