We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c869ce1 commit 22821c1Copy full SHA for 22821c1
1 file changed
examples/ram_air_kite.jl
@@ -2,7 +2,7 @@ using ControlPlots
2
using VortexStepMethod
3
using LinearAlgebra
4
5
-PLOT = false
+PLOT = true
6
USE_TEX = false
7
DEFORM = false
8
@@ -46,7 +46,7 @@ set_va!(body_aero, vel_app)
46
PLOT && plot_polar_data(body_aero)
47
48
# Plotting geometry
49
-true && plot_geometry(
+PLOT && plot_geometry(
50
body_aero,
51
"";
52
data_type=".svg",
0 commit comments