diff --git a/cmProc2.c b/cmProc2.c index 28f09e0..370ddbb 100644 --- a/cmProc2.c +++ b/cmProc2.c @@ -3859,6 +3859,8 @@ void _cmSpecDistBump( cmSpecDist_t* p, cmReal_t* x, unsigned binCnt, double thre y = minDb + abs(minDb) * y; */ unsigned i=0; + + printf("%f %f %f\n",thresh,p->lwrSlope,x[0]); double minDb = -100.0; thresh = -thresh;