diff options
author | Nick Foster | 2011-04-18 10:11:57 -0700 |
---|---|---|
committer | Nick Foster | 2011-04-18 10:11:57 -0700 |
commit | de771b0303298e7761f3c5350323565d05c5ee6d (patch) | |
tree | 56c0ac488fe260175f222308cd82ba2fca99bfc1 /gnuradio-core/src | |
parent | b31f891208f8a1c3605f4db2297cc6b6f4b37aca (diff) | |
download | gnuradio-de771b0303298e7761f3c5350323565d05c5ee6d.tar.gz gnuradio-de771b0303298e7761f3c5350323565d05c5ee6d.tar.bz2 gnuradio-de771b0303298e7761f3c5350323565d05c5ee6d.zip |
Volk: remove some dead files from Makefile.am
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r-- | gnuradio-core/src/lib/runtime/gr_block_executor.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/runtime/gr_block_executor.cc b/gnuradio-core/src/lib/runtime/gr_block_executor.cc index a8d0bc1c8..1c1aded3c 100644 --- a/gnuradio-core/src/lib/runtime/gr_block_executor.cc +++ b/gnuradio-core/src/lib/runtime/gr_block_executor.cc @@ -365,6 +365,10 @@ gr_block_executor::run_one_iteration() setup_call_to_work: + //!!!! Here is where you put the logic to work in place !!!!// + if(m->name() == std::string("test")) std::cout << "WAT" << std::endl; + else std::cout << m->name() << std::endl; + d->d_produce_or = 0; for (int i = 0; i < d->noutputs (); i++) d_output_items[i] = d->output(i)->write_pointer(); |