File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
validation/OpenSpaceToolkit/Astrodynamics Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 5858#include < OpenSpaceToolkit/Astrodynamics/Trajectory/Orbit/Model/Kepler/COE.hpp>
5959#include < OpenSpaceToolkit/Astrodynamics/Trajectory/Propagator.hpp>
6060#include < OpenSpaceToolkit/Astrodynamics/Trajectory/Segment.hpp>
61- #include < OpenSpaceToolkit/Astrodynamics/Trajectory/Sequence.hpp>
6261#include < OpenSpaceToolkit/Astrodynamics/Trajectory/State.hpp>
6362#include < OpenSpaceToolkit/Astrodynamics/Trajectory/State/CoordinateBroker.hpp>
6463#include < OpenSpaceToolkit/Astrodynamics/Trajectory/State/CoordinateSubset.hpp>
@@ -129,7 +128,6 @@ using ostk::astrodynamics::trajectory::Orbit;
129128using ostk::astrodynamics::trajectory::orbit::model::kepler::COE;
130129using ostk::astrodynamics::trajectory::Propagator;
131130using ostk::astrodynamics::trajectory::Segment;
132- using ostk::astrodynamics::trajectory::Sequence;
133131using ostk::astrodynamics::trajectory::State;
134132using ostk::astrodynamics::trajectory::state::CoordinateBroker;
135133using ostk::astrodynamics::trajectory::state::CoordinateSubset;
Original file line number Diff line number Diff line change @@ -234,7 +234,6 @@ Sequence Parser::CreateSequence(
234234 numericalSolver,
235235 Array<Shared<Dynamics>>::Empty (),
236236 Duration::Seconds (aDictionary[" data" ][" sequence" ][" max-duration" ].accessReal ()),
237- 0 ,
238237 };
239238}
240239
You can’t perform that action at this time.
0 commit comments