From 31b8fd5ccb81db7041b36bd9f637f247be14fabc Mon Sep 17 00:00:00 2001 From: fukudakazuya Date: Tue, 1 Oct 2024 13:41:44 +0900 Subject: [PATCH] delete space --- src/dynamics/orbit/orbit.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };