summaryrefslogtreecommitdiff
path: root/gr-fec/python/fec/bindings/polar_encoder_systematic_python.cc
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.se>2020-08-29 23:18:16 +0100
committerMartin Braun <martin@gnuradio.org>2020-09-07 05:14:14 -0700
commitd2c9de98b52e7e9a4918190b1e7079496d2a13b6 (patch)
tree74b9de2495d7e4ab79dd13bbf6338ca2fb1e2501 /gr-fec/python/fec/bindings/polar_encoder_systematic_python.cc
parent0d1d600ab622075a4e56e66642e67fc5c983450e (diff)
fec: Remove manual memory management
This removes almost all manual memory management in gr-fec/. `scl_list` is a bit of magic, so requires more thinking.
Diffstat (limited to 'gr-fec/python/fec/bindings/polar_encoder_systematic_python.cc')
-rw-r--r--gr-fec/python/fec/bindings/polar_encoder_systematic_python.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/python/fec/bindings/polar_encoder_systematic_python.cc b/gr-fec/python/fec/bindings/polar_encoder_systematic_python.cc
index 1e884df436..4c7ac7f302 100644
--- a/gr-fec/python/fec/bindings/polar_encoder_systematic_python.cc
+++ b/gr-fec/python/fec/bindings/polar_encoder_systematic_python.cc
@@ -14,7 +14,7 @@
/* BINDTOOL_GEN_AUTOMATIC(0) */
/* BINDTOOL_USE_PYGCCXML(0) */
/* BINDTOOL_HEADER_FILE(polar_encoder_systematic.h) */
-/* BINDTOOL_HEADER_FILE_HASH(3030c93396c633b5f7fdba0b4d888e9e) */
+/* BINDTOOL_HEADER_FILE_HASH(7c456083d56b811565b459f2865eae7e) */
/***********************************************************************************/
#include <pybind11/complex.h>