File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CurrentModule = KiteModels
55Most of the functions work on a KPS3 object. For this, the variable s is used.
66Such a variable can be created with the lines:
77``` julia
8- using KiteUtils , KitePodSimulator
8+ using KiteModels , KitePodSimulator
99const s = KPS3 (KCU ())
1010```
1111
Original file line number Diff line number Diff line change @@ -173,9 +173,9 @@ $(TYPEDFIELDS)
173173 depower:: S = 0.0
174174 steering:: S = 0.0
175175 " initial masses of the point masses"
176- initial_masses:: MVector{P, SimFloat } = ones (P)
176+ initial_masses:: MVector{P, S } = ones (P)
177177 " current masses, depending on the total tether length"
178- masses:: MVector{P, SimFloat } = ones (P)
178+ masses:: MVector{P, S } = ones (P)
179179end
180180
181181"""
You can’t perform that action at this time.
0 commit comments