mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 20:50:33 +00:00
Initialize all members in the constructor
This commit is contained in:
parent
1449d03952
commit
a4935b4a0d
@ -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 ------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user