diff options
Diffstat (limited to 'gnuradio-runtime')
-rwxr-xr-x | gnuradio-runtime/examples/volk_benchmark/volk_types.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/examples/volk_benchmark/volk_types.py b/gnuradio-runtime/examples/volk_benchmark/volk_types.py index ba4a4ff491..546e9629c0 100755 --- a/gnuradio-runtime/examples/volk_benchmark/volk_types.py +++ b/gnuradio-runtime/examples/volk_benchmark/volk_types.py @@ -46,7 +46,7 @@ def char_to_short(N): op = blocks.char_to_short() tb = helper(N, op, gr.sizeof_char, gr.sizeof_short, 1, 1) -+###################################################################### +###################################################################### def char_to_float(N): op = blocks.char_to_float() |