1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-29 07:20:51 +00:00

Initialization of class member in the constructor

This commit is contained in:
Carles Fernandez 2017-06-06 15:32:57 +02:00
parent d8b0830b46
commit 4d34ccfd07

View File

@ -68,6 +68,7 @@ Gps_CNAV_Navigation_Message::Gps_CNAV_Navigation_Message()
satelliteBlock[prn_] = gnss_satellite_.what_block("GPS", prn_);
}
b_flag_iono_valid = false;
b_flag_utc_valid = false;
}