diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-06-14 10:09:14 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-06-14 10:09:14 -0700 |
commit | 6a2d514fab10f692d49f724d1d09afce1c603fa0 (patch) | |
tree | 301bb37ed3158e4506cb206f5c18ade499da633c /gr-blocks/lib/add_XX_impl.h.t | |
parent | 926f7cba99c4fa3906853e11ff4e91eea93a5a53 (diff) |
blocks: added multiply_xx, some cleanup on add_xx
Diffstat (limited to 'gr-blocks/lib/add_XX_impl.h.t')
-rw-r--r-- | gr-blocks/lib/add_XX_impl.h.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/lib/add_XX_impl.h.t b/gr-blocks/lib/add_XX_impl.h.t index 78c62b5e1e..a1c486b859 100644 --- a/gr-blocks/lib/add_XX_impl.h.t +++ b/gr-blocks/lib/add_XX_impl.h.t @@ -41,6 +41,7 @@ namespace gr { gr_vector_const_void_star &input_items, gr_vector_void_star &output_items); }; + } /* namespace blocks */ } /* namespace gr */ |