diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-06-16 12:07:58 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-06-16 12:22:49 -0700 |
commit | 59f49f4663d5795adc7d7cc573d24c0747afad0f (patch) | |
tree | 532a36302b0cd6efc7b8b7899388c6ddb7dbc467 /gr-blocks/grc/blocks_multiply_xx.xml | |
parent | 6a2d514fab10f692d49f724d1d09afce1c603fa0 (diff) |
blocks: completed transition of add and multiply blocks
* gr::blocks::add_*
* gr::blocks::add_const_*
* gr::blocks::add_const_v*
* gr::blocks::multiply_*
* gr::blocks::multiply_const_*
* gr::blocks::multiply_const_v*
Each of these has ss, ii, ff, and cc versions, for a total of
24 blocks.
Diffstat (limited to 'gr-blocks/grc/blocks_multiply_xx.xml')
-rw-r--r-- | gr-blocks/grc/blocks_multiply_xx.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/grc/blocks_multiply_xx.xml b/gr-blocks/grc/blocks_multiply_xx.xml index d1578ca11e..15f0241427 100644 --- a/gr-blocks/grc/blocks_multiply_xx.xml +++ b/gr-blocks/grc/blocks_multiply_xx.xml @@ -9,7 +9,7 @@ <name>Multiply</name> <key>blocks_multiply_xx</key> <import>from gnuradio import blocks</import> - <make>gr.multiply_v$(type.fcn)($vlen)</make> + <make>blocks.multiply_v$(type.fcn)($vlen)</make> <param> <name>IO Type</name> <key>type</key> |