diff --git a/rtengine/LUT.h b/rtengine/LUT.h index 63b6dc08a..24f883766 100644 --- a/rtengine/LUT.h +++ b/rtengine/LUT.h @@ -250,7 +250,7 @@ public: template::value>::type> LUT & operator*=(float factor) { -#ifdef _OPENMP +#ifdef _RT_NESTED_OPENMP // temporary solution to fix Issue #3324 #pragma omp simd #endif @@ -265,7 +265,7 @@ public: template::value>::type> LUT & operator/=(float divisor) { -#ifdef _OPENMP +#ifdef _RT_NESTED_OPENMP // temporary solution to fix Issue #3324 #pragma omp simd #endif