Small change OMP

This commit is contained in:
Desmis
2019-05-28 09:03:31 +02:00
parent 859a085796
commit 0bf0c5fb2d

View File

@@ -965,9 +965,9 @@ void ImProcFunctions::MSRLocal(int sp, int lum, LabImage * bufreti, LabImage * b
if (dar != 1.f || lig != 1.f) {
// float value = pow(strength, 0.4f);
#ifdef _OPENMP
#pragma omp parallel
#pragma omp parallel for
#endif
for (int y = 0; y < H_L; ++y) {