Skip to content

Commit

Permalink
Add QZSS to the list of kepler based ephemeris (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbangelo authored Feb 17, 2021
1 parent 36b6b51 commit 4316990
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ephemeris.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,10 @@ impl Ephemeris {
EphemerisTerms::Kepler(c_kepler) => {
assert!(matches!(
sid.to_constellation(),
Constellation::Gps | Constellation::Gal | Constellation::Bds
Constellation::Gps
| Constellation::Gal
| Constellation::Bds
| Constellation::Qzs
));
c_bindings::ephemeris_t__bindgen_ty_1 { kepler: c_kepler }
}
Expand Down

0 comments on commit 4316990

Please sign in to comment.