diff options
Diffstat (limited to 'gnuradio-runtime/lib/hier_block2_detail.cc')
-rw-r--r-- | gnuradio-runtime/lib/hier_block2_detail.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuradio-runtime/lib/hier_block2_detail.cc b/gnuradio-runtime/lib/hier_block2_detail.cc index 1f5f5b0738..ad8fc87122 100644 --- a/gnuradio-runtime/lib/hier_block2_detail.cc +++ b/gnuradio-runtime/lib/hier_block2_detail.cc @@ -154,7 +154,7 @@ namespace gr { { if(HIER_BLOCK2_DETAIL_DEBUG) std::cout << "connecting message port..." << std::endl; - + // register the subscription // this is done later... // src->message_port_sub(srcport, pmt::cons(dst->alias_pmt(), dstport)); @@ -591,7 +591,7 @@ namespace gr { // propogate non hier connections through if(normal_connection){ sfg->connect( q->src(), q->dst() ); - } + } } for(std::vector<std::pair<msg_endpoint, bool> >::iterator it = resolved_endpoints.begin(); @@ -610,7 +610,7 @@ namespace gr { } } */ - + // Construct unique list of blocks used either in edges, inputs, // outputs, or by themselves. I still hate STL. basic_block_vector_t blocks; // unique list of used blocks |