Skip to content

Commit

Permalink
fix warning in improcfun.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
heckflosse authored and Beep6581 committed Sep 25, 2017
1 parent 0c2a3a2 commit 71dde82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rtengine/improcfun.cc
Expand Up @@ -1891,12 +1891,9 @@ void ImProcFunctions::ciecam_02float (CieImage* ncie, float adap, int begh, int
}

}
float meanQ;

if (std::isnan (mean)) {
mean = (sum / ((height) * width)) / 327.68f; //for Yb for all image...if one day "pipette" we can adapt Yb for each zone
meanQ = (sumQ / ((height) * width));//in case of

}
}

Expand Down

0 comments on commit 71dde82

Please sign in to comment.