Histogram in curves tools now does not change when curve is adjusted.

This commit is contained in:
Emil Martinec
2011-01-11 17:56:02 -06:00
parent db6a8237af
commit 3fd5692479
2 changed files with 5 additions and 5 deletions

View File

@@ -602,9 +602,9 @@ double CurveFactory::centercontrast (double x, double b, double m) {
delete [] dcurve;
delete tcurve;
delete brightcurve;
if (outBeforeCCurveHistogram) {
//for (int i=0; i<256; i++) printf("i= %d bchist= %d \n",i,outBeforeCCurveHistogram[i]);
}
/*if (outBeforeCCurveHistogram) {
for (int i=0; i<256; i++) printf("i= %d bchist= %d \n",i,outBeforeCCurveHistogram[i]);
}*/
}