1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-18 21:23:02 +00:00

Fix ignored value

This commit is contained in:
Carles Fernandez 2021-02-22 20:17:26 +01:00
parent 81251f5ef3
commit cc66a27740
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -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;
}