Skip to content

Commit 9076215

Browse files
committed
WIP
1 parent f9e1ee7 commit 9076215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lox-orbits/src/scenarios.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ struct Orbit(DynOrbit);
3434
struct InitialState(TimeStampedCartesian);
3535

3636
#[derive(Component)]
37-
struct Propagator(Box<dyn DynPropagator + Send + Sync>);
37+
struct Propagator(Box<dyn DynPropagator>);
3838

3939
#[derive(Component, Default)]
4040
struct Trajectory(Option<DynTrajectory>);

0 commit comments

Comments
 (0)