diff options
author | Alexandru Csete <oz9aec@gmail.com> | 2013-07-29 10:16:44 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2013-07-29 10:16:44 -0400 |
commit | 113aa3c70d4a8b51c676a83de7e66d9280eb146d (patch) | |
tree | 4c07ed645c2a8590b0a90d9008fcf82459fa2c20 /gnuradio-runtime | |
parent | 7a0e6b7add03671468e925efb7d1aae32e24f2be (diff) |
runtime: fixed copy/paste error in volk_types.py
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() |