NFFT/nfft

_Complex is not supported by some compilers

Closed this issue · 1 comments

The nfft3mp.h contains the definition
typedef double _Complex NFFT_C;

This causes an error at least in some versions of Microsoft Visual C because it does not support the _Complex types. I think we could use the types fftw_complex instead.