Fix Win32 Debug build part two
This commit is contained in:
@@ -188,7 +188,7 @@ void ImProcFunctions::vibrance (LabImage* lab)
|
|||||||
MunsDebugInfo = new MunsellDebugInfo();
|
MunsDebugInfo = new MunsellDebugInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma omp parallel default(shared) firstprivate(lab, width, height, chromaPastel, chromaSatur, highlight, limitpastelsatur, transitionweighting, protectskins, avoidcolorshift, MunsDebugInfo) reduction(+: negat, moreRGB, negsat, moresat) if (multiThread)
|
#pragma omp parallel default(shared) firstprivate(lab, MunsDebugInfo) reduction(+: negat, moreRGB, negsat, moresat) if (multiThread)
|
||||||
#else
|
#else
|
||||||
#pragma omp parallel default(shared) if (multiThread)
|
#pragma omp parallel default(shared) if (multiThread)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user