Skip to content

Commit 22821c1

Browse files
committed
Fix example
1 parent c869ce1 commit 22821c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ram_air_kite.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using ControlPlots
22
using VortexStepMethod
33
using LinearAlgebra
44

5-
PLOT = false
5+
PLOT = true
66
USE_TEX = false
77
DEFORM = false
88

@@ -46,7 +46,7 @@ set_va!(body_aero, vel_app)
4646
PLOT && plot_polar_data(body_aero)
4747

4848
# Plotting geometry
49-
true && plot_geometry(
49+
PLOT && plot_geometry(
5050
body_aero,
5151
"";
5252
data_type=".svg",

0 commit comments

Comments
 (0)