1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-28 09:54:51 +00:00

Fix reading of Galileo ephemeris

This commit is contained in:
Carles Fernandez 2018-11-26 15:03:12 +01:00
parent e71cbc9f24
commit 6fc0927385

View File

@ -291,6 +291,7 @@ int main(int argc, char** argv)
eph.af0_4 = rne.af0;
eph.af1_4 = rne.af1;
eph.af2_4 = rne.af2;
eph.WN_5 = rne.weeknum;
eph_gal_map[j] = eph;
j++;
}