1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-28 23:10:51 +00:00

Initialize all members in the constructor

This commit is contained in:
Carles Fernandez 2018-03-26 19:37:36 +02:00
parent 1449d03952
commit a4935b4a0d

View File

@ -204,6 +204,8 @@ galileo_e1_dll_pll_veml_tracking_cc::galileo_e1_dll_pll_veml_tracking_cc(
{
// Disable extended integration if data component tracking is selected
d_enable_extended_integration = false;
d_local_code_data_shift_chips = nullptr;
d_data_code = nullptr;
}
//--- Initializations ------------------------------