Skip to content

Commit 4316990

Browse files
authored
Add QZSS to the list of kepler based ephemeris (#43)
1 parent 36b6b51 commit 4316990

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ephemeris.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,10 @@ impl Ephemeris {
224224
EphemerisTerms::Kepler(c_kepler) => {
225225
assert!(matches!(
226226
sid.to_constellation(),
227-
Constellation::Gps | Constellation::Gal | Constellation::Bds
227+
Constellation::Gps
228+
| Constellation::Gal
229+
| Constellation::Bds
230+
| Constellation::Qzs
228231
));
229232
c_bindings::ephemeris_t__bindgen_ty_1 { kepler: c_kepler }
230233
}

0 commit comments

Comments
 (0)