cmProc2.c: added debugging stmt's

This commit is contained in:
kevin 2013-05-24 14:09:44 -07:00
parent 07f6e563a2
commit 7f086d4365

View File

@ -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;