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:
parent
81251f5ef3
commit
cc66a27740
@ -225,7 +225,7 @@ double Gnss_Ephemeris::sv_clock_relativistic_term(double transmitTime) const
|
|||||||
{
|
{
|
||||||
dtr_ = GALILEO_F * this->ecc * this->sqrtA * sek;
|
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;
|
dtr_ = BEIDOU_F * this->ecc * this->sqrtA * sek;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user