remove SHARP_NO_OPENMP flag

This commit is contained in:
Martin Reinecke 2019-02-22 14:53:04 +01:00
parent 04aa8245d0
commit 5a010d3970
3 changed files with 4 additions and 5 deletions

View file

@ -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