We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016be7a commit 01ce01eCopy full SHA for 01ce01e
1 file changed
examples/rectangular_wing.jl
@@ -60,7 +60,7 @@ println("Projected area = $(round(results_vsm["projected_area"], digits=4)) m²"
60
# Step 6: Plot geometry
61
PLOT && plot_geometry(
62
body_aero,
63
- "Rectangular_wing_geometry";
+ "Rectangular wing geometry";
64
data_type=".pdf",
65
save_path=OUTPUT_DIR,
66
is_save=false || SAVE_ALL,
0 commit comments