mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-28 18:04:51 +00:00
Remove unused variable
This commit is contained in:
parent
e648f38f6f
commit
d74f00c39a
@ -8295,7 +8295,7 @@ boost::posix_time::ptime Rinex_Printer::compute_UTC_time(const Glonass_Gnav_Ephe
|
||||
{
|
||||
double tod = 0.0;
|
||||
double glot2utc = 3 * 3600;
|
||||
double obs_time_utc = 0.0, obs_time_glot = 0.0;
|
||||
double obs_time_glot = 0.0;
|
||||
int i = 0;
|
||||
|
||||
// Get observation time in nearly GLONASS time. Correction for leap seconds done at the end
|
||||
|
Loading…
Reference in New Issue
Block a user