mirror of
https://github.com/pavel-demin/ft8d.git
synced 2026-06-02 22:24:50 -04:00
fix cx size in sync8.f90
This commit is contained in:
@@ -3,7 +3,7 @@ subroutine sync8(dd,nfa,nfb,syncmin,nfqso,s,candidate,ncand,sbase)
|
||||
include 'ft8_params.f90'
|
||||
! Search over +/- 2.5s relative to 0.5s TX start time.
|
||||
parameter (JZ=62)
|
||||
complex cx(0:NFFT1-1)
|
||||
complex cx(0:NFFT1)
|
||||
real s(NFFT1,NHSYM)
|
||||
real savg(NFFT1)
|
||||
real sbase(NFFT1)
|
||||
|
||||
Reference in New Issue
Block a user