diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-30 11:09:43 -0400 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-01 16:24:17 -0700 |
commit | 4cbe59fb5a8d33882beb1ad09e5ba9f7153bf7d6 (patch) | |
tree | e932d03d135e78f6ec209633f4cc3a28ec2625a1 /gr-blocks/swig | |
parent | ec11facb8b34bfc32986a334ee725f8286678e1b (diff) |
runtime: creating swig files for typedefs/templates of vector types.
Also created simple ctrlport swig file to clean things up.
Consolidated all standard vector types into gr_types.i.
Diffstat (limited to 'gr-blocks/swig')
-rw-r--r-- | gr-blocks/swig/blocks_swig.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/swig/blocks_swig.i b/gr-blocks/swig/blocks_swig.i index fa0cbf76a0..f808d1e771 100644 --- a/gr-blocks/swig/blocks_swig.i +++ b/gr-blocks/swig/blocks_swig.i @@ -30,7 +30,7 @@ %include <gr_endianness.h> -%template() std::vector<size_t>; +// For vector_map. %template() std::vector< std::vector< std::vector<size_t> > >; %{ |