projectNe10/Ne10

Careful with NE10_sample_real_fft.C

Opened this issue · 0 comments

Hi,
In NE10_sample_real_fft.C the array allocation should be allocated with malloc.
For a sample number of higher value i got an error (on red pitaya).
Should declare a pointer and allocate mem with malloc for having it ok.