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 f9e1ee7 commit 9076215Copy full SHA for 9076215
crates/lox-orbits/src/scenarios.rs
@@ -34,7 +34,7 @@ struct Orbit(DynOrbit);
34
struct InitialState(TimeStampedCartesian);
35
36
#[derive(Component)]
37
-struct Propagator(Box<dyn DynPropagator + Send + Sync>);
+struct Propagator(Box<dyn DynPropagator>);
38
39
#[derive(Component, Default)]
40
struct Trajectory(Option<DynTrajectory>);
0 commit comments