diff options
author | Tom Rondeau <tom@trondeau.com> | 2013-11-01 17:57:39 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2013-11-01 17:57:39 -0400 |
commit | 9c1e8f1c6579d22e17f9f194dcff5d2af32192be (patch) | |
tree | 32bae065aba21f6563caff29fc86f87a1d8412d0 /gnuradio-runtime/lib/flat_flowgraph.cc | |
parent | c3f9b78534477a292a3bd5887fbd282c76a38430 (diff) |
runtime: changed name from set_group_delay to declare_sample_delay.
Diffstat (limited to 'gnuradio-runtime/lib/flat_flowgraph.cc')
-rw-r--r-- | gnuradio-runtime/lib/flat_flowgraph.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/flat_flowgraph.cc b/gnuradio-runtime/lib/flat_flowgraph.cc index 52fdfba621..9e5964cb7d 100644 --- a/gnuradio-runtime/lib/flat_flowgraph.cc +++ b/gnuradio-runtime/lib/flat_flowgraph.cc @@ -200,7 +200,7 @@ namespace gr { std::cout << "Setting input " << dst_port << " from edge " << (*e) << std::endl; detail->set_input(dst_port, buffer_add_reader(src_buffer, grblock->history()-1, grblock, - grblock->group_delay(src_port))); + grblock->sample_delay(src_port))); } } |