[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 > 0</check>
- <check>$num_inputs >= 2</check>
+ <check>$num_inputs >= 1</check>
<sink>
<name>in</name>
<type>$type</type>
- [Commit-gnuradio] [gnuradio] branch master updated (67882ee -> 103ca46), git, 2014/02/28
- [Commit-gnuradio] [gnuradio] 01/06: blocks: allow subtract block to take a single input to invert the sign.,
git <=
- [Commit-gnuradio] [gnuradio] 06/06: Merge branch 'pfb_reconstruction', git, 2014/02/28
- [Commit-gnuradio] [gnuradio] 02/06: blocks: allows null source/sink to output/input multiple streams., git, 2014/02/28
- [Commit-gnuradio] [gnuradio] 04/06: filter: use fft_filter inside pfb_decimator., git, 2014/02/28
- [Commit-gnuradio] [gnuradio] 05/06: filters: fixing up some minor issues with the analysis/synthesis filterbanks., git, 2014/02/28
- [Commit-gnuradio] [gnuradio] 03/06: filter: adds a ccf version of the fft filter., git, 2014/02/28