diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-05-12 13:46:18 +1000 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-05-12 13:46:18 +1000 |
commit | 156a5407c9b121f3400485f310001b1801c306ce (patch) | |
tree | 2496af0ab14c0fbce8c787afc96dc6bed2361102 /gr-utils/src/python/modtool/templates.py | |
parent | 9f0a9808dd061b6e0e4ec5e5ddf67d125c3ebe57 (diff) | |
parent | 6681c27c4bf6bb648684e4d716983a556ad860e8 (diff) |
Merge branch 'maint'
Diffstat (limited to 'gr-utils/src/python/modtool/templates.py')
-rw-r--r-- | gr-utils/src/python/modtool/templates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/src/python/modtool/templates.py b/gr-utils/src/python/modtool/templates.py index 4f4469951c..a4a0223e89 100644 --- a/gr-utils/src/python/modtool/templates.py +++ b/gr-utils/src/python/modtool/templates.py @@ -147,7 +147,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 |