diff options
author | Paul Boven <p.boven@xs4all.nl> | 2020-10-02 18:28:19 +0200 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-10-12 12:17:47 -0400 |
commit | ddcaab0f6196249e26fdfc4e32a208eb6f09beba (patch) | |
tree | 4efaed9e8765975f4df4233684bf9c9ea04ab278 /gr-blocks/python | |
parent | e1dfc28196f451fee877f02df2a0ab42977e82ef (diff) |
blocks: comment fix, typo in complex_to_real.h, complex_to_imag.h
Diffstat (limited to 'gr-blocks/python')
-rw-r--r-- | gr-blocks/python/blocks/bindings/complex_to_imag_python.cc | 4 | ||||
-rw-r--r-- | gr-blocks/python/blocks/bindings/complex_to_real_python.cc | 4 |
2 files changed, 4 insertions, 4 deletions
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> |