File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ KiteModelsControlPlotsExt = "ControlPlots"
5252[compat ]
5353ADTypes = " 1.14.0"
5454Aqua = " 0.8.11"
55- AtmosphericModels = " 0.3.0 "
55+ AtmosphericModels = " 0.2.4 "
5656BenchmarkTools = " 1.6"
5757CodecXz = " 0.7.4"
5858Colors = " 0"
@@ -67,7 +67,7 @@ Documenter = "1.10.1"
6767Interpolations = " 0.15.1"
6868JLD2 = " 0.5"
6969KitePodModels = " 0.3.8"
70- KiteUtils = " 0.10.15 "
70+ KiteUtils = " 0.10.10 "
7171LaTeXStrings = " 1.4.0"
7272LinearAlgebra = " 1.10, 1.11"
7373LinearSolve = " ~2.39.0, 3"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ $(TYPEDFIELDS)
3232 " Reference to the KCU model (Kite Control Unit as implemented in the package KitePodModels"
3333 kcu:: KCU
3434 " Reference to the atmospheric model as implemented in the package AtmosphericModels"
35- am:: AtmosphericModel = AtmosphericModel (set )
35+ am:: AtmosphericModel = AtmosphericModel ()
3636 " Reference to winch model as implemented in the package WinchModels"
3737 wm:: Union{AbstractWinchModel, Nothing} = nothing
3838 " Integrator, storing the current state"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ $(TYPEDFIELDS)
6565 " Reference to the KCU model (Kite Control Unit as implemented in the package KitePodModels"
6666 kcu:: KCU
6767 " Reference to the atmospheric model as implemented in the package AtmosphericModels"
68- am:: AtmosphericModel = AtmosphericModel (set )
68+ am:: AtmosphericModel = AtmosphericModel ()
6969 " Reference to winch model as implemented in the package WinchModels"
7070 wm:: AbstractWinchModel
7171 " Integrator, storing the current state"
You can’t perform that action at this time.
0 commit comments