Skip to content

Commit

Permalink
Bugfix in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 13, 2022
1 parent 7d61278 commit 722a791
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CurrentModule = KiteModels
Most of the functions work on a KPS3 object. For this, the variable s is used.
Such a variable can be created with the lines:
```julia
using KiteUtils, KitePodSimulator
using KiteModels, KitePodSimulator
const s = KPS3(KCU())
```

Expand Down
4 changes: 2 additions & 2 deletions src/KiteModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ $(TYPEDFIELDS)
depower::S = 0.0
steering::S = 0.0
"initial masses of the point masses"
initial_masses::MVector{P, SimFloat} = ones(P)
initial_masses::MVector{P, S} = ones(P)
"current masses, depending on the total tether length"
masses::MVector{P, SimFloat} = ones(P)
masses::MVector{P, S} = ones(P)
end

"""
Expand Down

0 comments on commit 722a791

Please sign in to comment.