From c324eb5d55c9f6bc04513965f01030585d21f6cb Mon Sep 17 00:00:00 2001 From: Andrew Morell Date: Mon, 17 Feb 2025 08:42:33 -0700 Subject: [PATCH] [squash] refining unit tests --- .../thrusterDynamicEffector/thrusterDynamicEffector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/dynamics/Thrusters/thrusterDynamicEffector/thrusterDynamicEffector.cpp b/src/simulation/dynamics/Thrusters/thrusterDynamicEffector/thrusterDynamicEffector.cpp index 36d661ab55..bf6a49ddf3 100644 --- a/src/simulation/dynamics/Thrusters/thrusterDynamicEffector/thrusterDynamicEffector.cpp +++ b/src/simulation/dynamics/Thrusters/thrusterDynamicEffector/thrusterDynamicEffector.cpp @@ -248,7 +248,7 @@ void ThrusterDynamicEffector::linkInStates(DynParamManager& states){ } } -/*! This method is used to link the states to the thrusters +/*! This method is used to link properties to the thrusters @return void @param properties The parameter manager to collect from */