From 005f14ca07e66056bdc8e33a0cae1d461f5e1b9d Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 28 Oct 2009 14:46:27 -0700 Subject: renamed msgq to msgq_in and msgq_out, block wrappers changed accordingly --- grc/python/flow_graph.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grc/python/flow_graph.tmpl') diff --git a/grc/python/flow_graph.tmpl b/grc/python/flow_graph.tmpl index 31d99a61c..ab764006c 100644 --- a/grc/python/flow_graph.tmpl +++ b/grc/python/flow_graph.tmpl @@ -135,7 +135,7 @@ class $(class_name)(gr.hier_block2): $DIVIDER #end if #for $msg in $messages - $(msg.get_source().get_parent().get_id())_msgq = $(msg.get_sink().get_parent().get_id())_msgq = gr.msg_queue(2) + $(msg.get_source().get_parent().get_id())_msgq_out = $(msg.get_sink().get_parent().get_id())_msgq_in = gr.msg_queue(2) #end for ######################################################## ##Create Blocks -- cgit