diff options
author | Tom Rondeau | 2011-07-30 12:40:03 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-07-30 12:40:03 -0400 |
commit | 0eb52f1683ea6c5869e1c8141a3f756e1dc8997a (patch) | |
tree | 10baf999894f71c829af93f763122ea0f851e7a6 /gnuradio-core/src/guile | |
parent | e1b4e60823c2b938500932b0868d88698e48d525 (diff) | |
download | gnuradio-0eb52f1683ea6c5869e1c8141a3f756e1dc8997a.tar.gz gnuradio-0eb52f1683ea6c5869e1c8141a3f756e1dc8997a.tar.bz2 gnuradio-0eb52f1683ea6c5869e1c8141a3f756e1dc8997a.zip |
digital: moved fll_band_edge out of gnruadio-core.
Diffstat (limited to 'gnuradio-core/src/guile')
-rw-r--r-- | gnuradio-core/src/guile/tests/general_ctors.test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnuradio-core/src/guile/tests/general_ctors.test b/gnuradio-core/src/guile/tests/general_ctors.test index eb0e5876e..813574bca 100644 --- a/gnuradio-core/src/guile/tests/general_ctors.test +++ b/gnuradio-core/src/guile/tests/general_ctors.test @@ -147,9 +147,6 @@ (pass-if (true? (gr:fft-vfc 4 #t #(1.0 2.0 3.0 4.0)))) (pass-if-throw "confirm throw gr:fft-vfc" #t (true? (gr:fft-vfc 4 #f #(1.0 2.0 3.0 4.0)))) -;;; ./general/gr_fll_band_edge_cc.h -(pass-if (true? (gr:fll-band-edge-cc 0 0 0 0 0))) - ;; ;;; ./general/gr_float_to_char.h (pass-if (true? (gr:float-to-char))) |