cmProc2.c: added debugging stmt's
This commit is contained in:
parent
07f6e563a2
commit
7f086d4365
@ -3859,6 +3859,8 @@ void _cmSpecDistBump( cmSpecDist_t* p, cmReal_t* x, unsigned binCnt, double thre
|
|||||||
y = minDb + abs(minDb) * y;
|
y = minDb + abs(minDb) * y;
|
||||||
*/
|
*/
|
||||||
unsigned i=0;
|
unsigned i=0;
|
||||||
|
|
||||||
|
printf("%f %f %f\n",thresh,p->lwrSlope,x[0]);
|
||||||
|
|
||||||
double minDb = -100.0;
|
double minDb = -100.0;
|
||||||
thresh = -thresh;
|
thresh = -thresh;
|
||||||
|
Loading…
Reference in New Issue
Block a user