diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 18:06:32 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 18:06:32 -0500 |
commit | e848923bbb827427ccc27984a9e130de8c17a7e6 (patch) | |
tree | 0421521cf3ed4539f60edf29ba7645ff94fd0ccd /gr-blocks/examples | |
parent | a8245890a789cdb70868df57730170f57dc3668e (diff) |
blocks: removing gr_tag_debug from core; now in gr-blocks.
Also removes stray reference to gri_fft.h.
Diffstat (limited to 'gr-blocks/examples')
-rw-r--r-- | gr-blocks/examples/metadata/file_metadata_source.grc | 6 | ||||
-rw-r--r-- | gr-blocks/examples/metadata/file_metadata_vector_source.grc | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gr-blocks/examples/metadata/file_metadata_source.grc b/gr-blocks/examples/metadata/file_metadata_source.grc index 2ce73c029f..f45c151d3f 100644 --- a/gr-blocks/examples/metadata/file_metadata_source.grc +++ b/gr-blocks/examples/metadata/file_metadata_source.grc @@ -84,10 +84,10 @@ </param> </block> <block> - <key>gr_tag_debug</key> + <key>blocks_tag_debug</key> <param> <key>id</key> - <value>gr_tag_debug_0</value> + <value>blocks_tag_debug_0</value> </param> <param> <key>_enabled</key> @@ -325,7 +325,7 @@ </connection> <connection> <source_block_id>blocks_throttle_0</source_block_id> - <sink_block_id>gr_tag_debug_0</sink_block_id> + <sink_block_id>blocks_tag_debug_0</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> </connection> diff --git a/gr-blocks/examples/metadata/file_metadata_vector_source.grc b/gr-blocks/examples/metadata/file_metadata_vector_source.grc index 2d95d4c947..584a033c2d 100644 --- a/gr-blocks/examples/metadata/file_metadata_vector_source.grc +++ b/gr-blocks/examples/metadata/file_metadata_vector_source.grc @@ -119,10 +119,10 @@ </param> </block> <block> - <key>gr_tag_debug</key> + <key>blocks_tag_debug</key> <param> <key>id</key> - <value>gr_tag_debug_0</value> + <value>blocks_tag_debug_0</value> </param> <param> <key>_enabled</key> @@ -313,7 +313,7 @@ </connection> <connection> <source_block_id>blocks_throttle_0</source_block_id> - <sink_block_id>gr_tag_debug_0</sink_block_id> + <sink_block_id>blocks_tag_debug_0</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> </connection> |