Suppress messages in Preview - add Tooltip

This commit is contained in:
Desmis
2019-06-30 07:53:12 +02:00
parent 0329402c3d
commit 8f3679afb5
3 changed files with 6 additions and 2 deletions

View File

@@ -1125,7 +1125,7 @@ void CurveFactory::complexCurvelocal(double ecomp, double black, double hlcompr,
int k = avg * 32768;
avg = lightCurveloc[k];
printf("avg=%f lumaref=%f\n", avg, lumare/100.f);
// printf("avg=%f lumaref=%f\n", avg, lumare/100.f);
std::vector<double> contrastcurvePoints;
bool lumm = true;