summaryrefslogtreecommitdiff
path: root/gr-filter/grc
diff options
context:
space:
mode:
authorJohnathan Corgan2013-05-22 21:39:47 -0700
committerJohnathan Corgan2013-05-22 21:39:47 -0700
commit21b7a228ae98c2e8f51ba80ba711b0cc32d6aa0c (patch)
tree2e694f5c993a26d39f9e693c60d3988742324877 /gr-filter/grc
parenta0d37142a7b5144061af65c7bec2a4854a54a51c (diff)
downloadgnuradio-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.xml4
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>