Skip to content

Commit 10b8f5a

Browse files
committed
fix example
1 parent d7c0b37 commit 10b8f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ram_air_kite.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ results = solve(VSM, body_aero)
5757
body_y_coordinates = [panel.aero_center[2] for panel in body_aero.panels]
5858

5959
plot && plot_distribution(
60-
[CAD_y_coordinates],
60+
[body_y_coordinates],
6161
[results],
6262
["VSM"];
6363
title="CAD_spanwise_distributions_alpha_$(round(aoa, digits=1))_beta_$(round(side_slip, digits=1))_yaw_$(round(yaw_rate, digits=1))_v_a_$(round(v_a, digits=1))",

0 commit comments

Comments
 (0)