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
3dd4021a10
commit
a0f10218fd
@ -184,7 +184,7 @@ double Gnss_Ephemeris::sv_clock_relativistic_term(double transmitTime) const
|
|||||||
{
|
{
|
||||||
n0 = sqrt(GALILEO_GM / (a * a * a));
|
n0 = sqrt(GALILEO_GM / (a * a * a));
|
||||||
}
|
}
|
||||||
if (this->System == 'E')
|
else if (this->System == 'E')
|
||||||
{
|
{
|
||||||
n0 = sqrt(BEIDOU_GM / (a * a * a));
|
n0 = sqrt(BEIDOU_GM / (a * a * a));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user