diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-02-28 22:32:26 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-02-28 22:32:26 -0500 |
commit | 4c164f4cbb7fc9284bec147809b078d0a8ed9f88 (patch) | |
tree | c58429cc9104493a56fac3780cf5235639044026 /gr-blocks/lib/add_XX_impl.h.t | |
parent | 8a49689fbd5d55d74033ad398cab6862fcb17acc (diff) |
blocks: moving argmax and max to gr-blocks.
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 a1c486b859..2e20ef5fe3 100644 --- a/gr-blocks/lib/add_XX_impl.h.t +++ b/gr-blocks/lib/add_XX_impl.h.t @@ -32,6 +32,7 @@ namespace gr { class BLOCKS_API @NAME_IMPL@ : public @NAME@ { + private: size_t d_vlen; public: |