First batch of variable name normalisation in ICM tool, see #4478

This commit is contained in:
Hombre
2018-05-14 00:57:55 +02:00
parent d14d57a21e
commit fbc81028eb
31 changed files with 918 additions and 928 deletions

View File

@@ -1092,7 +1092,7 @@ void ImProcFunctions::ToneMapFattal02 (Imagefloat *rgb)
constexpr float luminance_noise_floor = 65.535f;
constexpr float min_luminance = 1.f;
TMatrix ws = ICCStore::getInstance()->workingSpaceMatrix (params->icm.working);
TMatrix ws = ICCStore::getInstance()->workingSpaceMatrix (params->icm.workingProfile);
#ifdef _OPENMP
#pragma omp parallel for if(multiThread)