Skip to content

Commit

Permalink
Merge branch 'enh/new-stability-margin' of https://github.com/RocketP…
Browse files Browse the repository at this point in the history
…y-Team/RocketPy into enh/new-stability-margin
  • Loading branch information
MateusStano committed Sep 29, 2023
2 parents eab0ab0 + c31c4e7 commit 4186339
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rocketpy/prints/rocket_prints.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ def rocket_aerodynamics_quantities(self):
)
print(
"Distance - Center of Pressure to Center of Dry Mass: "
+ "{:.3f}".format(self.rocket.center_of_mass(0) - self.rocket.cp_position(0))
+ "{:.3f}".format(
self.rocket.center_of_mass(0) - self.rocket.cp_position(0)
)
+ " m"
)
print(
Expand Down

0 comments on commit 4186339

Please sign in to comment.