1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-29 23:41:05 +00:00

Initialization of class member in the constructor

This commit is contained in:
Carles Fernandez 2017-06-06 15:46:34 +02:00
parent 1f356ffcdf
commit 14b242eafa

View File

@ -103,7 +103,7 @@ gps_l1_ca_telemetry_decoder_cc::gps_l1_ca_telemetry_decoder_cc(
d_decimation_output_factor = 1;
d_channel = 0;
flag_PLL_180_deg_phase_locked = false;
d_preamble_time_samples = 0;
}