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:
parent
40ca46800e
commit
4eeac1f559
2 changed files with 151 additions and 53 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue