Skip to content

Commit

Permalink
fix constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Jul 25, 2024
1 parent fd1b47e commit 8b840c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KitePodModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end
Constructor for KCU struct.
"""
function KCU(set)
function KCU(set::KiteUtils.Settings)
kcu = KCU(set = set)
init_kcu!(kcu, set)
return kcu
Expand Down

0 comments on commit 8b840c6

Please sign in to comment.