Skip to content

Commit

Permalink
DOC: accepts commit suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: MateusStano <[email protected]>
  • Loading branch information
Gui-FernandesBR and MateusStano authored Nov 8, 2023
1 parent 56ff690 commit ee44405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketpy/rocket/rocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def evaluate_inertias(self):
"""
# Get masses
prop_mass = self.motor.propellant_mass # Propellant mass as a function of time
dry_mass = self.dry_mass # Constant rocket mass without motor
dry_mass = self.dry_mass # Constant rocket mass with motor, without propellant

# Compute axes distances
CM_to_CDM = self.center_of_mass - self.center_of_dry_mass_position
Expand Down

0 comments on commit ee44405

Please sign in to comment.