Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit 384302f

Browse files
committed
Fix missing switch case.
1 parent e1a4c50 commit 384302f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ephemeris.c

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ s8 calc_sat_state(const ephemeris_t *e, gps_time_t t,
230230

231231
switch (e->sid.constellation) {
232232
case CONSTELLATION_GPS:
233+
case CONSTELLATION_QZSS:
233234
return calc_sat_state_kepler(e, t, pos, vel, clock_err, clock_rate_err);
234235
case CONSTELLATION_SBAS:
235236
return calc_sat_state_xyz(e, t, pos, vel, clock_err, clock_rate_err);

0 commit comments

Comments
 (0)