Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Sep 6, 2024
1 parent 969c271 commit f1756a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/plot_cl_cd_plate.jl
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# plot the lift and drag coefficients as function of angle of attack
# of any of the plates of the kite

using KiteModels, LaTeXStrings
using KiteModels

set = deepcopy(load_settings("system_v9.yaml"))

using Pkg
if ! ("ControlPlots" keys(Pkg.project().dependencies))
using TestEnv; TestEnv.activate()
end
using ControlPlots
using ControlPlots, LaTeXStrings

set.v_wind = 14 # 25
kcu = KCU(set)
Expand Down

0 comments on commit f1756a6

Please sign in to comment.