Browse Source

cmProc2.c: added debugging stmt's

master
kevin 11 years ago
parent
commit
7f086d4365
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      cmProc2.c

+ 2
- 0
cmProc2.c View File

@@ -3859,6 +3859,8 @@ void _cmSpecDistBump( cmSpecDist_t* p, cmReal_t* x, unsigned binCnt, double thre
3859 3859
   y = minDb + abs(minDb) * y;
3860 3860
   */
3861 3861
   unsigned i=0;
3862
+
3863
+  printf("%f %f %f\n",thresh,p->lwrSlope,x[0]);
3862 3864
   
3863 3865
   double minDb = -100.0;
3864 3866
   thresh = -thresh;

Loading…
Cancel
Save