Skip to content

Commit f3b2bf5

Browse files
committed
Aligned comment with trajectory arguments
1 parent 761dffd commit f3b2bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/04_lro_od/main.rs

Lines changed: 1 addition & 1 deletion
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)