Skip to content

Commit 0f9ed48

Browse files
Merge pull request #395 from gregjesl/lro-documentation
Aligned comment with trajectory arguments
2 parents 761dffd + f3b2bf5 commit 0f9ed48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/04_lro_od/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fn main() -> Result<(), Box<dyn Error>> {
8686
.orbit(Orbit::zero(MOON_J2000)) // Setting a zero orbit here because it's just a template
8787
.build();
8888
// Now we can build the trajectory from the BSP file.
89-
// We'll arbitrarily set the tracking arc to 48 hours with a one minute time step.
89+
// We'll arbitrarily set the tracking arc to 24 hours with a five second time step.
9090
let traj_as_flown = Traj::from_bsp(
9191
lro_frame,
9292
MOON_J2000,

0 commit comments

Comments
 (0)