Skip to content

Commit 7f8776d

Browse files
committed
Consistant definition of PLOT_PERFORMANCE
1 parent 46556a2 commit 7f8776d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/depower_simple.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ STEPS = Int64(round(TIME/dt))
1919
STATISTIC = false
2020
SHOW_VIEWER = true
2121
SHOW_KITE = true
22-
const PLOT_PERFORMANCE = true
22+
PLOT_PERFORMANCE = true
2323
# end of user parameter section #
2424

2525
time_vec_gc::Vector{Float64} = zeros(STEPS)

examples/reelout_4p.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ STATISTIC = false
2121
SHOW_VIEWER = true
2222
SHOW_KITE = true
2323
SAVE_PNG = false
24-
const PLOT_PERFORMANCE = true
24+
PLOT_PERFORMANCE = true
2525
# end of user parameter section #
2626

2727
time_vec::Vector{Float64} = zeros(div(STEPS, TIME_LAPSE_RATIO))

examples/steering_bench_video.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ STEPS = Int64(round(TIME/dt))
2323
STATISTIC = false
2424
SHOW_KITE = false
2525
SAVE_PNG = false
26-
const PLOT_PERFORMANCE = false
26+
PLOT_PERFORMANCE = false
2727
# end of user parameter section #
2828

2929
time_vec::Vector{Float64} = zeros(div(STEPS, TIME_LAPSE_RATIO))

0 commit comments

Comments
 (0)