mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-06 03:18:35 -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)
|
||||
! xdt=0.6*(ran1(idummy)-0.5)
|
||||
xdt=0.3*ran1(idummy)
|
||||
call sfox_gen(chansym0,f1,fsample,syncwidth,cdat,clo)
|
||||
call sfox_gen(chansym0,f1,fsample,syncwidth,cdat)
|
||||
endif
|
||||
|
||||
crcvd=0.
|
||||
|
Loading…
Reference in New Issue
Block a user