diff options
Diffstat (limited to 'gr-blocks/include/gnuradio/blocks/conjugate_cc.h')
-rw-r--r-- | gr-blocks/include/gnuradio/blocks/conjugate_cc.h | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/conjugate_cc.h b/gr-blocks/include/gnuradio/blocks/conjugate_cc.h index 6be3219e70..ae83571afc 100644 --- a/gr-blocks/include/gnuradio/blocks/conjugate_cc.h +++ b/gr-blocks/include/gnuradio/blocks/conjugate_cc.h @@ -27,23 +27,22 @@ #include <gnuradio/sync_block.h> namespace gr { - namespace blocks { +namespace blocks { - /*! - * \brief output = complex conjugate of input - * \ingroup math_operators_blk - */ - class BLOCKS_API conjugate_cc : virtual public sync_block - { - public: - - // gr::blocks::conjugate_cc_ff::sptr - typedef boost::shared_ptr<conjugate_cc> sptr; +/*! + * \brief output = complex conjugate of input + * \ingroup math_operators_blk + */ +class BLOCKS_API conjugate_cc : virtual public sync_block +{ +public: + // gr::blocks::conjugate_cc_ff::sptr + typedef boost::shared_ptr<conjugate_cc> sptr; - static sptr make(); - }; + static sptr make(); +}; - } /* namespace blocks */ +} /* namespace blocks */ } /* namespace gr */ #endif /* INCLUDED_BLOCKS_CONJUGATE_CC_H */ |