1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00

Fix clang-format CI job

This commit is contained in:
Carles Fernandez 2020-07-05 20:22:34 +02:00
parent d3b7557dcf
commit 06aeae4da3
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -37,8 +37,8 @@
/* constants -----------------------------------------------------------------*/
const double PRUNIT_GPS = 299792.458; /* rtcm ver.3 unit of gps pseudorange (m) */
const double PRUNIT_GLO = 599584.916; /* rtcm ver.3 unit of glonass pseudorange (m) */
const double PRUNIT_GPS = 299792.458; /* rtcm ver.3 unit of gps pseudorange (m) */
const double PRUNIT_GLO = 599584.916; /* rtcm ver.3 unit of glonass pseudorange (m) */
const double RANGE_MS = SPEED_OF_LIGHT_M_S * 0.001; /* range in 1 ms */