Fix size of candidates array.

This commit is contained in:
Steven Franke 2020-06-19 13:43:50 -05:00
parent a5dd1bcab4
commit 7b62732a45
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ contains
complex c_bigfft(0:nfft1/2)
integer hmod
real candidates(100,3)
real candidates(100,4)
real s(18000)
real s2(18000)
data nfft1z/-1/