Skip to content

Commit 234e10d

Browse files
Remove erroneous comment
Co-authored-by: Gui-FernandesBR <[email protected]>
1 parent 2143ed3 commit 234e10d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rocketpy/rocket/rocket.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ def evaluate_structural_mass_ratio(self):
448448
Initial structural mass ratio dry mass (Rocket + Motor) (kg)
449449
divided by total mass (Rocket + Motor + Propellant) (kg).
450450
"""
451-
# Make sure there is a motor associated with the rocket
452451

453452
self.structural_mass_ratio = self.dry_mass / (
454453
self.dry_mass + self.motor.propellant_initial_mass

0 commit comments

Comments
 (0)