瀏覽代碼

cmProc2.c: added debugging stmt's

master
kevin 11 年之前
父節點
當前提交
7f086d4365
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      cmProc2.c

+ 2
- 0
cmProc2.c 查看文件

@@ -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…
取消
儲存