File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ STEPS = Int64(round(TIME/dt))
1919STATISTIC = false
2020SHOW_VIEWER = true
2121SHOW_KITE = true
22- const PLOT_PERFORMANCE = true
22+ PLOT_PERFORMANCE = true
2323# end of user parameter section #
2424
2525time_vec_gc:: Vector{Float64} = zeros (STEPS)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ STATISTIC = false
2121SHOW_VIEWER = true
2222SHOW_KITE = true
2323SAVE_PNG = false
24- const PLOT_PERFORMANCE = true
24+ PLOT_PERFORMANCE = true
2525# end of user parameter section #
2626
2727time_vec:: Vector{Float64} = zeros (div (STEPS, TIME_LAPSE_RATIO))
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ STEPS = Int64(round(TIME/dt))
2323STATISTIC = false
2424SHOW_KITE = false
2525SAVE_PNG = false
26- const PLOT_PERFORMANCE = false
26+ PLOT_PERFORMANCE = false
2727# end of user parameter section #
2828
2929time_vec:: Vector{Float64} = zeros (div (STEPS, TIME_LAPSE_RATIO))
You can’t perform that action at this time.
0 commit comments