From 6681c27c4bf6bb648684e4d716983a556ad860e8 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sun, 12 May 2013 11:25:35 +1000 Subject: utils: fix modtool template output signature --- gr-utils/src/python/modtool/templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gr-utils/src/python/modtool/templates.py b/gr-utils/src/python/modtool/templates.py index 58617336e..d7cfffd06 100644 --- a/gr-utils/src/python/modtool/templates.py +++ b/gr-utils/src/python/modtool/templates.py @@ -136,7 +136,7 @@ namespace gr { #if $blocktype == 'sink' #set $outputsig = '0, 0, 0' #else -#set $outputsig = '<+MIN_IN+>, <+MAX_IN+>, sizeof (<+float+>)' +#set $outputsig = '<+MIN_OUT+>, <+MAX_OUT+>, sizeof (<+float+>)' #end if /* * The private constructor -- cgit