Skip to content

Commit

Permalink
feat: add metadata for segment and sequence solutions (#250)
Browse files Browse the repository at this point in the history
* feat: add metadata for segment and sequence solutions

* chore: missed a spot

* feat: fix test typo

* Apply suggestions from code review

Co-authored-by: kyle-cochran <kyle.ray.cochran@gmail.com>

* chore: address remaining feedback

* chore: missed a spot

---------

Co-authored-by: kyle-cochran <kyle.ray.cochran@gmail.com>
  • Loading branch information
vishwa2710 and kyle-cochran committed Oct 17, 2023
1 parent 8ce5c2f commit f1a76d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define __OpenSpaceToolkit_Astrodynamics_Trajectory_Sequence__

#include <OpenSpaceToolkit/Core/Containers/Array.hpp>
#include <OpenSpaceToolkit/Core/Types/Integer.hpp>
#include <OpenSpaceToolkit/Core/Types/Size.hpp>

#include <OpenSpaceToolkit/Physics/Environment.hpp>
#include <OpenSpaceToolkit/Physics/Units/Mass.hpp>
Expand All @@ -21,7 +21,7 @@ namespace trajectory
{

using ostk::core::types::Real;
using ostk::core::types::Integer;
using ostk::core::types::Size;
using ostk::core::ctnr::Array;

using ostk::physics::Environment;
Expand Down

0 comments on commit f1a76d6

Please sign in to comment.