Skip to content

Commit 0025c2e

Browse files
committed
Add unit.
1 parent 6718699 commit 0025c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solver.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Main solving routine for the aerodynamic model. Reference point is in the kite b
8383
# Arguments:
8484
- solver::Solver: The solver to use, could be a VSM or LLT solver. See: [Solver](@ref)
8585
- body_aero::BodyAerodynamics: The aerodynamic body. See: [BodyAerodynamics](@ref)
86-
- gamma_distribution: Initial circulation vector or nothing; Length: Number of segments.
86+
- gamma_distribution: Initial circulation vector or nothing; Length: Number of segments. [m²/s]
8787
8888
# Keyword Arguments:
8989
- log=false: If true, print the number of iterations and other info.

0 commit comments

Comments
 (0)