We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdc829 commit b740d89Copy full SHA for b740d89
swiftnav/src/ephemeris.rs
@@ -351,7 +351,7 @@ impl Ephemeris {
351
&self.0,
352
&t.to_gps_time_t(),
353
pos.as_array(),
354
- swiftnav_sys::satellite_orbit_type_t_MEO,
+ swiftnav_sys::satellite_orbit_type_e_MEO,
355
&mut az,
356
&mut el,
357
true,
@@ -383,7 +383,7 @@ impl Ephemeris {
383
384
385
vel.as_array(),
386
387
&mut doppler,
388
)
389
};
0 commit comments