diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-12-03 22:53:16 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-12-03 22:55:10 -0500 |
commit | ef74b48c155bfcec2f560c9a4a23592814699eda (patch) | |
tree | 66e4c56edc08158052807037809f094db000f916 /gr-analog | |
parent | 197aa3c917c8750729e20ead831bb3a3dbce322e (diff) |
build: cleaned up some warnings.
Diffstat (limited to 'gr-analog')
-rw-r--r-- | gr-analog/lib/fmdet_cf_impl.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gr-analog/lib/fmdet_cf_impl.cc b/gr-analog/lib/fmdet_cf_impl.cc index d3a58966b6..c92ea28896 100644 --- a/gr-analog/lib/fmdet_cf_impl.cc +++ b/gr-analog/lib/fmdet_cf_impl.cc @@ -49,11 +49,11 @@ namespace gr { d_S1(0.1), d_S2(0.1), d_S3(0.1), d_S4(0.1) { - const float h[] = { 0.003118678733, -0.012139843428, 0.027270898036, - -0.051318579352, 0.090406910552, -0.162926865366, - 0.361885392563, 0.000000000000, -0.361885392563, - 0.162926865366, -0.090406910552, 0.051318579352, - -0.027270898036, 0.012139843428, -0.003118678733}; + //const float h[] = { 0.003118678733, -0.012139843428, 0.027270898036, + // -0.051318579352, 0.090406910552, -0.162926865366, + // 0.361885392563, 0.000000000000, -0.361885392563, + // 0.162926865366, -0.090406910552, 0.051318579352, + // -0.027270898036, 0.012139843428, -0.003118678733}; //std::vector<float> taps(15); |