We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8e739 commit 95aaf32Copy full SHA for 95aaf32
lib/services/rocket.py
@@ -68,7 +68,7 @@ def from_rocket_model(cls, rocket: Rocket) -> Self:
68
)
69
for finset in rocketpy_finset_list:
70
rocketpy_rocket.aerodynamic_surfaces.add(finset, finset.position)
71
- rocketpy_rocket.evaluate_static_margin()
+ rocketpy_rocket.evaluate_static_margin()
72
73
# Tail
74
tail = cls.get_rocketpy_tail(rocket.tail)
0 commit comments