Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Nov 19, 2024
1 parent 982d74d commit b65f186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/plot_alpha2.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Printf
using KiteModels, KitePodModels, KiteUtils
using KiteModels

using Pkg
if ! ("ControlPlots" keys(Pkg.project().dependencies))
Expand Down
2 changes: 1 addition & 1 deletion examples/plot_cl_cd.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# plot the lift and drag coefficients as function of angle of attack

using Printf
using KiteModels, KitePodModels, KiteUtils, LinearAlgebra
using KiteModels, LinearAlgebra

if haskey(ENV, "USE_V9")
set = deepcopy(load_settings("system_v9.yaml"))
Expand Down

0 comments on commit b65f186

Please sign in to comment.