diff options
Diffstat (limited to 'gr-blocks')
4 files changed, 6 insertions, 6 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/complex_to_imag.h b/gr-blocks/include/gnuradio/blocks/complex_to_imag.h index ce92dc4061..4407e2c841 100644 --- a/gr-blocks/include/gnuradio/blocks/complex_to_imag.h +++ b/gr-blocks/include/gnuradio/blocks/complex_to_imag.h @@ -18,7 +18,7 @@ namespace gr { namespace blocks { /*! - * \brief Produces the imaginary part (as a float0 of a complex stream. + * \brief Produces the imaginary part (as a float) of a complex stream. * \ingroup type_converters_blk */ class BLOCKS_API complex_to_imag : virtual public sync_block diff --git a/gr-blocks/include/gnuradio/blocks/complex_to_real.h b/gr-blocks/include/gnuradio/blocks/complex_to_real.h index 22ef34972c..d757e0efa1 100644 --- a/gr-blocks/include/gnuradio/blocks/complex_to_real.h +++ b/gr-blocks/include/gnuradio/blocks/complex_to_real.h @@ -18,7 +18,7 @@ namespace gr { namespace blocks { /*! - * \brief Produces the real part (as a float0 of a complex stream. + * \brief Produces the real part (as a float) of a complex stream. * \ingroup type_converters_blk */ class BLOCKS_API complex_to_real : virtual public sync_block diff --git a/gr-blocks/python/blocks/bindings/complex_to_imag_python.cc b/gr-blocks/python/blocks/bindings/complex_to_imag_python.cc index 8678afbdd0..9601b48057 100644 --- a/gr-blocks/python/blocks/bindings/complex_to_imag_python.cc +++ b/gr-blocks/python/blocks/bindings/complex_to_imag_python.cc @@ -13,8 +13,8 @@ /* If manual edits are made, the following tags should be modified accordingly. */ /* BINDTOOL_GEN_AUTOMATIC(0) */ /* BINDTOOL_USE_PYGCCXML(0) */ -/* BINDTOOL_HEADER_FILE(complex_to_imag.h) */ -/* BINDTOOL_HEADER_FILE_HASH(0bfce7099bc7438e992f0cf95e067675) */ +/* BINDTOOL_HEADER_FILE(complex_to_imag.h) */ +/* BINDTOOL_HEADER_FILE_HASH(9442f55b6bfffd545c22e5a7420b93c7) */ /***********************************************************************************/ #include <pybind11/complex.h> diff --git a/gr-blocks/python/blocks/bindings/complex_to_real_python.cc b/gr-blocks/python/blocks/bindings/complex_to_real_python.cc index 666b18a1f6..967e8084c7 100644 --- a/gr-blocks/python/blocks/bindings/complex_to_real_python.cc +++ b/gr-blocks/python/blocks/bindings/complex_to_real_python.cc @@ -13,8 +13,8 @@ /* If manual edits are made, the following tags should be modified accordingly. */ /* BINDTOOL_GEN_AUTOMATIC(0) */ /* BINDTOOL_USE_PYGCCXML(0) */ -/* BINDTOOL_HEADER_FILE(complex_to_real.h) */ -/* BINDTOOL_HEADER_FILE_HASH(6c6ab2d8ebe9cc86ef4bd69ac9c221f4) */ +/* BINDTOOL_HEADER_FILE(complex_to_real.h) */ +/* BINDTOOL_HEADER_FILE_HASH(5ef2de4a6d9ad51131e27104d78ec0b6) */ /***********************************************************************************/ #include <pybind11/complex.h> |