diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-05-22 22:16:19 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-05-22 22:16:19 -0700 |
commit | 081f65bb18b5ec8e4824d0e1cf7de31f40f70312 (patch) | |
tree | da344dcd98d04123d08e0a12de8f28338090f52c | |
parent | 80033ee3fbc44d818ddcf81ba6920a6cc1c512ba (diff) | |
parent | 21b7a228ae98c2e8f51ba80ba711b0cc32d6aa0c (diff) |
Merge branch 'maint'
-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 3166f038bd..fd89dd2b30 100644 --- a/gr-filter/grc/pfb_arb_resampler.xml +++ b/gr-filter/grc/pfb_arb_resampler.xml @@ -57,10 +57,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> |