ソースを参照

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;

読み込み中…
キャンセル
保存