diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2021-12-31 20:37:36 +0100 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2022-01-03 06:53:28 -0500 |
commit | 09e1a31cd69d50cc44c878628d1213824df2b65e (patch) | |
tree | fb9a692d4675dc57d0d3f20b134bb5a8f40604a0 /gr-blocks/python/blocks | |
parent | 2e77edb7136a3be73f7a7e8b047813494daa6bc9 (diff) |
blocks: document the supported operations in transcendental
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gr-blocks/python/blocks')
-rw-r--r-- | gr-blocks/python/blocks/bindings/transcendental_python.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/python/blocks/bindings/transcendental_python.cc b/gr-blocks/python/blocks/bindings/transcendental_python.cc index a2457acaad..53d0e7ddf7 100644 --- a/gr-blocks/python/blocks/bindings/transcendental_python.cc +++ b/gr-blocks/python/blocks/bindings/transcendental_python.cc @@ -14,7 +14,7 @@ /* BINDTOOL_GEN_AUTOMATIC(0) */ /* BINDTOOL_USE_PYGCCXML(0) */ /* BINDTOOL_HEADER_FILE(transcendental.h) */ -/* BINDTOOL_HEADER_FILE_HASH(c9d5f211cd7186f80726caa5b7e0dd53) */ +/* BINDTOOL_HEADER_FILE_HASH(277c7a6a382c60bf340be71588f512da) */ /***********************************************************************************/ #include <pybind11/complex.h> |