summaryrefslogtreecommitdiff
path: root/gr-blocks/grc
diff options
context:
space:
mode:
authorkarel- <karelparlin@gmail.com>2018-04-30 13:52:33 +0300
committerMarcus Müller <marcus@hostalia.de>2018-07-25 13:01:59 +0200
commit743639c7b7964e6b8cf7ddf7a26e6476259990a3 (patch)
tree65723e97cc5d51b1898cb98fed97b2615ab435dc /gr-blocks/grc
parent1a05bb7eca739d94e05c3deef83ea98faf1d5815 (diff)
gr-blocks: make multiply_const_XX vector compatible
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r--gr-blocks/grc/blocks_multiply_const_xx.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/gr-blocks/grc/blocks_multiply_const_xx.xml b/gr-blocks/grc/blocks_multiply_const_xx.xml
index 03d8cf9250..e74e7f24ca 100644
--- a/gr-blocks/grc/blocks_multiply_const_xx.xml
+++ b/gr-blocks/grc/blocks_multiply_const_xx.xml
@@ -19,28 +19,32 @@
<name>Complex</name>
<key>complex</key>
<opt>fcn:cc</opt>
+ <opt>const_type:complex</opt>
</option>
<option>
<name>Float</name>
<key>float</key>
<opt>fcn:ff</opt>
+ <opt>const_type:float</opt>
</option>
<option>
<name>Int</name>
<key>int</key>
<opt>fcn:ii</opt>
+ <opt>const_type:int</opt>
</option>
<option>
<name>Short</name>
<key>short</key>
<opt>fcn:ss</opt>
+ <opt>const_type:int</opt>
</option>
</param>
<param>
<name>Constant</name>
<key>const</key>
<value>0</value>
- <type>$type</type>
+ <type>$(type.const_type)</type>
</param>
<param>
<name>Vec Length</name>