mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-05-02 19:51:25 +00:00
Fix reading of Galileo ephemeris
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user