Skip to content

Commit 6718699

Browse files
committed
improve docstring
1 parent a38c57e commit 6718699

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
86+
- gamma_distribution: Initial circulation vector or nothing; Length: Number of segments.
8787
8888
# Keyword Arguments:
8989
- log=false: If true, print the number of iterations and other info.

0 commit comments

Comments
 (0)