[hamradio-commits] [gnss-sdr] 158/251: ensuring that members are initialized at the constructor

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Wed Sep 2 00:22:45 UTC 2015


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

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit 877192ed7649fa39359cf515165cba6d7f67e91e
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Fri May 29 20:23:13 2015 +0200

    ensuring that members are initialized at the constructor
---
 .../galileo_e5a_noncoherent_iq_acquisition_caf_cc.cc               | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/algorithms/acquisition/gnuradio_blocks/galileo_e5a_noncoherent_iq_acquisition_caf_cc.cc b/src/algorithms/acquisition/gnuradio_blocks/galileo_e5a_noncoherent_iq_acquisition_caf_cc.cc
index dd4ff6d..f923caa 100644
--- a/src/algorithms/acquisition/gnuradio_blocks/galileo_e5a_noncoherent_iq_acquisition_caf_cc.cc
+++ b/src/algorithms/acquisition/gnuradio_blocks/galileo_e5a_noncoherent_iq_acquisition_caf_cc.cc
@@ -137,6 +137,13 @@ galileo_e5a_noncoherentIQ_acquisition_caf_cc::galileo_e5a_noncoherentIQ_acquisit
                     d_magnitudeQB = 0;
                 }
         }
+    else
+        {
+            d_fft_code_I_B = 0;
+            d_magnitudeIB = 0;
+            d_fft_code_Q_B = 0;
+            d_magnitudeQB = 0;
+        }
 
     // Direct FFT
     d_fft_if = new gr::fft::fft_complex(d_fft_size, true);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list