diff --git a/src/dynamics/orbit/orbit.hpp b/src/dynamics/orbit/orbit.hpp index caf4ddf25..7f99ba3af 100644 --- a/src/dynamics/orbit/orbit.hpp +++ b/src/dynamics/orbit/orbit.hpp @@ -25,7 +25,7 @@ enum class OrbitPropagateMode { kSgp4, //!< SGP4 propagation using TLE without thruster maneuver kRelativeOrbit, //!< Relative dynamics (for formation flying simulation) kKepler, //!< Kepler orbit propagation without disturbances and thruster maneuver - kEncke, //!< Encke orbit propagation with disturbances and thruster maneuver + kEncke, //!< Encke orbit propagation with disturbances and thruster maneuver kTimeSeriesFile //!< Orbit propagation using time series file };