We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ced965 commit ebcc690Copy full SHA for ebcc690
src/KPS4.jl
@@ -89,9 +89,9 @@ $(TYPEDFIELDS)
89
wm::AbstractWinchModel
90
"Iterations, number of calls to the function residual!"
91
iter:: Int64 = 0
92
- "Function for calculation the lift coefficent, using a spline based on the provided value pairs."
+ "Function for calculation the lift coefficient, using a spline based on the provided value pairs."
93
calc_cl::Spline1D
94
- "Function for calculation the drag coefficent, using a spline based on the provided value pairs."
+ "Function for calculation the drag coefficient, using a spline based on the provided value pairs."
95
calc_cd::Spline1D
96
"wind vector at the height of the kite"
97
v_wind::T = zeros(S, 3)
0 commit comments