diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-02-25 21:16:19 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-02-25 21:16:19 -0500 |
commit | 5c7b8118d4d0f8413d64933cabec84b18cdaf193 (patch) | |
tree | 845928241dba18aff7d35727d5bcebf20e0bd766 /gr-blocks/swig | |
parent | a54dc5bab6cc38513e9732be9f5c2670145b160f (diff) |
blocks: moved transcendental block to gr-blocks.
Diffstat (limited to 'gr-blocks/swig')
-rw-r--r-- | gr-blocks/swig/blocks_swig.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-blocks/swig/blocks_swig.i b/gr-blocks/swig/blocks_swig.i index 6407421b11..db8af34368 100644 --- a/gr-blocks/swig/blocks_swig.i +++ b/gr-blocks/swig/blocks_swig.i @@ -124,6 +124,7 @@ #include "blocks/sub_cc.h" #include "blocks/threshold_ff.h" #include "blocks/throttle.h" +#include "blocks/transcendental.h" #include "blocks/uchar_to_float.h" #include "blocks/unpacked_to_packed_bb.h" #include "blocks/unpacked_to_packed_ss.h" @@ -229,6 +230,7 @@ %include "blocks/sub_cc.h" %include "blocks/threshold_ff.h" %include "blocks/throttle.h" +%include "blocks/transcendental.h" %include "blocks/uchar_to_float.h" %include "blocks/unpacked_to_packed_bb.h" %include "blocks/unpacked_to_packed_ss.h" @@ -333,6 +335,7 @@ GR_SWIG_BLOCK_MAGIC2(blocks, sub_ii); GR_SWIG_BLOCK_MAGIC2(blocks, sub_cc); GR_SWIG_BLOCK_MAGIC2(blocks, threshold_ff); GR_SWIG_BLOCK_MAGIC2(blocks, throttle); +GR_SWIG_BLOCK_MAGIC2(blocks, transcendental); GR_SWIG_BLOCK_MAGIC2(blocks, uchar_to_float); GR_SWIG_BLOCK_MAGIC2(blocks, unpacked_to_packed_bb); GR_SWIG_BLOCK_MAGIC2(blocks, unpacked_to_packed_ss); |