mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 04:30:33 +00:00
Store Galileo UTC data in xml file if leap second is not zero
This commit is contained in:
parent
7d681a7e19
commit
2acdbc31f2
@ -507,7 +507,7 @@ rtklib_pvt_cc::~rtklib_pvt_cc()
|
||||
|
||||
// Save Galileo UTC model parameters
|
||||
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;
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user