mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 21:58:38 -05:00
Fix size of candidates array.
This commit is contained in:
parent
a5dd1bcab4
commit
7b62732a45
@ -410,7 +410,7 @@ contains
|
|||||||
|
|
||||||
complex c_bigfft(0:nfft1/2)
|
complex c_bigfft(0:nfft1/2)
|
||||||
integer hmod
|
integer hmod
|
||||||
real candidates(100,3)
|
real candidates(100,4)
|
||||||
real s(18000)
|
real s(18000)
|
||||||
real s2(18000)
|
real s2(18000)
|
||||||
data nfft1z/-1/
|
data nfft1z/-1/
|
||||||
|
Loading…
Reference in New Issue
Block a user