1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-07 04:04:20 +00:00

Merge branch 'rinex_fix' of https://github.com/gnss-sdr/gnss-sdr into rinex_fix

This commit is contained in:
Carles Fernandez 2017-01-30 11:00:43 +01:00
commit 6325d3cbb2

View File

@ -197,7 +197,7 @@ void Gps_Ephemeris::satellitePosition(double transmitTime)
a = d_sqrt_A*d_sqrt_A;
// Time from ephemeris reference epoch
tk = check_t(transmitTime - d_Toe);
tk = check_t(transmitTime - d_Toc);
// Computed mean motion
n0 = sqrt(GM / (a*a*a));