remove SHARP_NO_OPENMP flag
This commit is contained in:
parent
04aa8245d0
commit
5a010d3970
3 changed files with 4 additions and 5 deletions
|
@ -195,7 +195,6 @@ typedef enum { SHARP_DP = 1<<4,
|
|||
SHARP_NO_FFT = 1<<7,
|
||||
|
||||
SHARP_USE_WEIGHTS = 1<<20, /* internal use only */
|
||||
SHARP_NO_OPENMP = 1<<21, /* internal use only */
|
||||
} sharp_jobflags;
|
||||
|
||||
/*! Performs a libsharp SHT job. The interface deliberately does not use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue