From 65d160b64ad75c8b5d38e20a741e38f7af3b4af1 Mon Sep 17 00:00:00 2001
From: Mauco03 <marco.gaibotti@skywarder.eu>
Date: Sat, 19 Apr 2025 20:28:32 +0200
Subject: [PATCH] [coeff-transport] Updated comment

---
 classes/misc/Coefficient.m | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/classes/misc/Coefficient.m b/classes/misc/Coefficient.m
index a896b41..f48b71d 100644
--- a/classes/misc/Coefficient.m
+++ b/classes/misc/Coefficient.m
@@ -1,5 +1,5 @@
 classdef Coefficient
-    % Motor: Manages the coefficients associated with a rocket
+    % Coefficient: Manages the coefficients associated with a rocket
     %
     %   Constructor:
     %       - Coefficient: Creates an instance of the Coefficient class.
@@ -56,10 +56,10 @@ classdef Coefficient
     end
 
     properties(Access = private)
-        STATIC
-        DYNAMIC
-        GEOMETRY                    % Cached variable for geometry
-        STATE                       % Cached variable for state
+        STATIC                              % Cached variable for static coefficients
+        DYNAMIC                             % Cached variable for dynamic derivatives
+        GEOMETRY                            % Cached variable for geometry
+        STATE                               % Cached variable for state
     end
 
     properties(Access = private)
-- 
GitLab