commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 03/03: filter: completing previous fix for


From: git
Subject: [Commit-gnuradio] [gnuradio] 03/03: filter: completing previous fix for CID 1189412 for new ccf filter on master.
Date: Mon, 3 Mar 2014 21:54:14 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch master
in repository gnuradio.

commit 61b3bc11df93b59f7aaab3813d5c607f0e652790
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 3 16:36:07 2014 -0500

    filter: completing previous fix for CID 1189412 for new ccf filter on 
master.
---
 gr-filter/lib/fft_filter.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gr-filter/lib/fft_filter.cc b/gr-filter/lib/fft_filter.cc
index b97d2a7..433b1a4 100644
--- a/gr-filter/lib/fft_filter.cc
+++ b/gr-filter/lib/fft_filter.cc
@@ -352,8 +352,8 @@ namespace gr {
       fft_filter_ccf::fft_filter_ccf(int decimation,
                                     const std::vector<float> &taps,
                                     int nthreads)
-       : d_fftsize(-1), d_decimation(decimation), d_fwdfft(0),
-         d_invfft(0), d_nthreads(nthreads), d_xformed_taps(NULL)
+       : d_fftsize(-1), d_decimation(decimation), d_fwdfft(NULL),
+         d_invfft(NULL), d_nthreads(nthreads), d_xformed_taps(NULL)
       {
        set_taps(taps);
       }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]