diff options
Diffstat (limited to 'gr-digital/python/digital/bindings/meas_evm_cc_python.cc')
-rw-r--r-- | gr-digital/python/digital/bindings/meas_evm_cc_python.cc | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gr-digital/python/digital/bindings/meas_evm_cc_python.cc b/gr-digital/python/digital/bindings/meas_evm_cc_python.cc index fb0b233b89..6ac6567962 100644 --- a/gr-digital/python/digital/bindings/meas_evm_cc_python.cc +++ b/gr-digital/python/digital/bindings/meas_evm_cc_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(meas_evm_cc.h) */ +/* BINDTOOL_HEADER_FILE_HASH(9339a270589743f5855202694ea64a0c) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> @@ -42,4 +50,4 @@ void bind_meas_evm_cc(py::module& m) ; -}
\ No newline at end of file +} |