1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-10-01 00:10:50 +00:00

Store Galileo UTC data in xml file if leap second is not zero

This commit is contained in:
Carles Fernandez 2018-10-21 19:28:54 +02:00
parent 7d681a7e19
commit 2acdbc31f2
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -507,7 +507,7 @@ rtklib_pvt_cc::~rtklib_pvt_cc()
// Save Galileo UTC model parameters // Save Galileo UTC model parameters
file_name = "gal_utc_model.xml"; file_name = "gal_utc_model.xml";
if (d_ls_pvt->galileo_utc_model.A0_6 != 0.0) if (d_ls_pvt->galileo_utc_model.Delta_tLS_6 != 0.0)
{ {
std::ofstream ofs; std::ofstream ofs;
try try