diff options
Diffstat (limited to 'gr-fft/lib/fft_vcc_fftw.h')
-rw-r--r-- | gr-fft/lib/fft_vcc_fftw.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-fft/lib/fft_vcc_fftw.h b/gr-fft/lib/fft_vcc_fftw.h index 951602031c..375bb62a35 100644 --- a/gr-fft/lib/fft_vcc_fftw.h +++ b/gr-fft/lib/fft_vcc_fftw.h @@ -40,8 +40,8 @@ namespace gr { public: fft_vcc_fftw(int fft_size, bool forward, - const std::vector<float> &window, - bool shift, int nthreads=1); + const std::vector<float> &window, + bool shift, int nthreads=1); ~fft_vcc_fftw(); @@ -50,8 +50,8 @@ namespace gr { bool set_window(const std::vector<float> &window); int work(int noutput_items, - gr_vector_const_void_star &input_items, - gr_vector_void_star &output_items); + gr_vector_const_void_star &input_items, + gr_vector_void_star &output_items); }; } /* namespace fft */ |