Small change OMP

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

View File

@@ -967,7 +967,7 @@ void ImProcFunctions::MSRLocal(int sp, int lum, LabImage * bufreti, LabImage * b
// float value = pow(strength, 0.4f);
#ifdef _OPENMP
#pragma omp parallel
#pragma omp parallel for
#endif
for (int y = 0; y < H_L; ++y) {