Skip to content

Commit

Permalink
Merge branch 'enh/free-form-fins' of https://github.com/RocketPy-Team…
Browse files Browse the repository at this point in the history
…/RocketPy into enh/free-form-fins
  • Loading branch information
MateusStano committed Sep 20, 2024
2 parents ca460b8 + 62b9ea9 commit 230e884
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion rocketpy/plots/aero_surface_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def draw(self):
# Plot settings
ax.set_xlabel("Root chord (m)")
ax.set_ylabel("Span (m)")
ax.set_title("Trapezoidal Fin Cross Section")
ax.set_title("Free Form Fin Cross Section")
ax.legend(bbox_to_anchor=(1.05, 1.0), loc="upper left")

plt.tight_layout()
Expand Down
1 change: 0 additions & 1 deletion rocketpy/rocket/rocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,6 @@ def add_free_form_fins(
# Modify radius if not given, use rocket radius, otherwise use given.
radius = radius if radius is not None else self.radius

# Create a fin set as an object of TrapezoidalFins class
fin_set = FreeFormFins(
n,
shape_points,
Expand Down

0 comments on commit 230e884

Please sign in to comment.