commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/06: blocks: allow subtract block to take


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/06: blocks: allow subtract block to take a single input to invert the sign.
Date: Fri, 28 Feb 2014 16:53:15 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch master
in repository gnuradio.

commit efa9f5ccdfa985f67eda3a1f781f35c127088c44
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 26 14:48:58 2014 -0500

    blocks: allow subtract block to take a single input to invert the sign.
---
 gr-blocks/grc/blocks_sub_xx.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-blocks/grc/blocks_sub_xx.xml b/gr-blocks/grc/blocks_sub_xx.xml
index ae01cf7..88b5ccb 100644
--- a/gr-blocks/grc/blocks_sub_xx.xml
+++ b/gr-blocks/grc/blocks_sub_xx.xml
@@ -48,7 +48,7 @@
                <type>int</type>
        </param>
        <check>$vlen &gt; 0</check>
-       <check>$num_inputs &gt;= 2</check>
+       <check>$num_inputs &gt;= 1</check>
        <sink>
                <name>in</name>
                <type>$type</type>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]