mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-03 19:38:00 +00:00
Fix ignored value
This commit is contained in:
@@ -225,7 +225,7 @@ double Gnss_Ephemeris::sv_clock_relativistic_term(double transmitTime) const
|
||||
{
|
||||
dtr_ = GALILEO_F * this->ecc * this->sqrtA * sek;
|
||||
}
|
||||
if (this->System == 'B')
|
||||
else if (this->System == 'B')
|
||||
{
|
||||
dtr_ = BEIDOU_F * this->ecc * this->sqrtA * sek;
|
||||
}
|
||||
|
Reference in New Issue
Block a user