Skip to content

Commit

Permalink
DOCS: change accelerations names in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusStano committed Apr 15, 2024
1 parent 7fe3d0b commit aaa3f7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rocketpy/simulation/flight.py
Original file line number Diff line number Diff line change
Expand Up @@ -2943,17 +2943,17 @@ def retrieve_acceleration_arrays(self):
Returns
-------
ax: list
ax_list: list
acceleration in x direction
ay: list
ay_list: list
acceleration in y direction
az: list
az_list: list
acceleration in z direction
alpha1: list
alpha1_list: list
angular acceleration in x direction
alpha2: list
alpha2_list: list
angular acceleration in y direction
alpha3: list
alpha3_list: list
angular acceleration in z direction
"""
return self.__retrieve_arrays[:6]
Expand Down

0 comments on commit aaa3f7b

Please sign in to comment.