Skip to content

Commit 743653d

Browse files
committed
small fix
1 parent ce097ba commit 743653d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plotting.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ Create a 3D plot of wing geometry including panels and filaments.
156156
# Keyword arguments
157157
- zoom: zoom factor (default: 1.8)
158158
"""
159-
function create_geometry_plot(wing_aero::WingAerodynamics, title, view_elevation, view_azimuth; zoom=1.8)
159+
function create_geometry_plot(wing_aero::WingAerodynamics, title, view_elevation, view_azimuth;
160+
zoom=1.8)
160161
set_plot_style(28)
161162

162163
panels = wing_aero.panels

0 commit comments

Comments
 (0)