merge with Dev

This commit is contained in:
Desmis
2017-12-15 15:53:04 +01:00
6 changed files with 448 additions and 450 deletions

View File

@@ -361,7 +361,7 @@ void rtengine::LCPProfile::calcParams(
const float focDist = aPersModel[pm]->focDist;
const float focDistLog = std::log(focDist) + euler;
double meanErr;
double meanErr = 0.0;
if (aPersModel[pm]->hasModeData(mode)) {
double lowMeanErr = 0.0;