diff options
author | Johnathan Corgan | 2013-05-22 21:39:47 -0700 |
---|---|---|
committer | Johnathan Corgan | 2013-05-22 21:39:47 -0700 |
commit | 21b7a228ae98c2e8f51ba80ba711b0cc32d6aa0c (patch) | |
tree | 2e694f5c993a26d39f9e693c60d3988742324877 /gr-filter/grc | |
parent | a0d37142a7b5144061af65c7bec2a4854a54a51c (diff) | |
download | gnuradio-21b7a228ae98c2e8f51ba80ba711b0cc32d6aa0c.tar.gz gnuradio-21b7a228ae98c2e8f51ba80ba711b0cc32d6aa0c.tar.bz2 gnuradio-21b7a228ae98c2e8f51ba80ba711b0cc32d6aa0c.zip |
filter: fix pfb_arb_resampler XML for I/O types
Diffstat (limited to 'gr-filter/grc')
-rw-r--r-- | gr-filter/grc/pfb_arb_resampler.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-filter/grc/pfb_arb_resampler.xml b/gr-filter/grc/pfb_arb_resampler.xml index 774cb9186..3ad0d394a 100644 --- a/gr-filter/grc/pfb_arb_resampler.xml +++ b/gr-filter/grc/pfb_arb_resampler.xml @@ -56,10 +56,10 @@ </param> <sink> <name>in</name> - <type>complex</type> + <type>$type.input</type> </sink> <source> <name>out</name> - <type>complex</type> + <type>$type.output</type> </source> </block> |