diff options
author | Andrej Rode <mail@andrejro.de> | 2018-03-19 23:32:52 +0100 |
---|---|---|
committer | Marcus Müller <marcus.mueller@ettus.com> | 2018-03-30 16:51:31 +0200 |
commit | 57a92af4e9f4b5eba42a00749b0936d06a2779b4 (patch) | |
tree | 5076bfc5f17d1627f73e3511897776fd85f41d19 /gr-analog/lib/fastnoise_source_X_impl.cc.t | |
parent | 5f455396abe7da2ec96300c7b1ee31748f138752 (diff) |
analog: improve fastnoise qa
Diffstat (limited to 'gr-analog/lib/fastnoise_source_X_impl.cc.t')
-rw-r--r-- | gr-analog/lib/fastnoise_source_X_impl.cc.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-analog/lib/fastnoise_source_X_impl.cc.t b/gr-analog/lib/fastnoise_source_X_impl.cc.t index 9283f11733..72c6cb0582 100644 --- a/gr-analog/lib/fastnoise_source_X_impl.cc.t +++ b/gr-analog/lib/fastnoise_source_X_impl.cc.t @@ -163,5 +163,9 @@ namespace gr { #endif } + const std::vector<@TYPE@>& @IMPL_NAME@::samples() const + { + return d_samples; + } } /* namespace analog */ } /* namespace gr */ |