summaryrefslogtreecommitdiff
path: root/gr-analog/python/wfm_rcv_pll.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-06 15:14:19 -0500
committerTom Rondeau <trondeau@vt.edu>2013-03-06 15:14:19 -0500
commitcf2c954ba4fc54909515f8550fd55741c9603a11 (patch)
treef3520b072bd7e3f98fbef80052327411d5c32246 /gr-analog/python/wfm_rcv_pll.py
parent2fb54bc604578db99ee788799a7723ed5eddb65a (diff)
core: removed all complex_to_<type> blocks from core; using gr-blocks.
Diffstat (limited to 'gr-analog/python/wfm_rcv_pll.py')
-rw-r--r--gr-analog/python/wfm_rcv_pll.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-analog/python/wfm_rcv_pll.py b/gr-analog/python/wfm_rcv_pll.py
index 0c5c83db21..7452de731f 100644
--- a/gr-analog/python/wfm_rcv_pll.py
+++ b/gr-analog/python/wfm_rcv_pll.py
@@ -141,7 +141,7 @@ class wfm_rcv_pll(gr.hier_block2):
# pick off the real component of the basebanded L-R signal. The imaginary SHOULD be zero
- self.LmR_real = gr.complex_to_real();
+ self.LmR_real = blocks.complex_to_real();
self.Make_Left = blocks.add_ff();
self.Make_Right = blocks.sub_ff();