Skip to content

Commit 9d4f807

Browse files
committed
Revert "Some progress"
This reverts commit eb3ed15.
1 parent eb3ed15 commit 9d4f807

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ KiteModelsControlPlotsExt = "ControlPlots"
5252
[compat]
5353
ADTypes = "1.14.0"
5454
Aqua = "0.8.11"
55-
AtmosphericModels = "0.3.0"
55+
AtmosphericModels = "0.2.4"
5656
BenchmarkTools = "1.6"
5757
CodecXz = "0.7.4"
5858
Colors = "0"
@@ -67,7 +67,7 @@ Documenter = "1.10.1"
6767
Interpolations = "0.15.1"
6868
JLD2 = "0.5"
6969
KitePodModels = "0.3.8"
70-
KiteUtils = "0.10.15"
70+
KiteUtils = "0.10.10"
7171
LaTeXStrings = "1.4.0"
7272
LinearAlgebra = "1.10, 1.11"
7373
LinearSolve = "~2.39.0, 3"

src/KPS3.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

src/KPS4.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)