allow skipping the FFT part with some hackery; this will be solved in a better

way on the func branch
This commit is contained in:
Martin Reinecke 2013-04-29 11:18:11 +02:00
parent 40ca46800e
commit 4eeac1f559
2 changed files with 151 additions and 53 deletions

View file

@ -183,6 +183,7 @@ typedef enum { SHARP_DP = 1<<4,
corresponding complex coefficient (when accessed
as complex).
*/
SHARP_NO_FFT = 1<<7,
SHARP_USE_WEIGHTS = 1<<20, /* internal use only */
SHARP_NO_OPENMP = 1<<21, /* internal use only */