Skip to content

Commit a9e783a

Browse files
committed
fix docstring
1 parent 668a387 commit a9e783a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/solver.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
Solver
44
5-
Main solver structure for the Vortex Step Method.
5+
Main solver structure for the Vortex Step Method.See also: [solve](@ref)
66
77
# Attributes
88
@@ -49,7 +49,6 @@ end
4949
log=false, reference_point=zeros(MVec3))
5050
5151
Main solving routine for the aerodynamic model. Reference point is in the kite body (KB) frame.
52-
See also: [solve](@ref)
5352
5453
# Arguments:
5554
- solver::Solver: The solver to use, could be a VSM or LLT solver. See: [Solver](@ref)

0 commit comments

Comments
 (0)