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 668a387 commit a9e783aCopy full SHA for a9e783a
src/solver.jl
@@ -2,7 +2,7 @@
2
"""
3
Solver
4
5
-Main solver structure for the Vortex Step Method.
+Main solver structure for the Vortex Step Method.See also: [solve](@ref)
6
7
# Attributes
8
@@ -49,7 +49,6 @@ end
49
log=false, reference_point=zeros(MVec3))
50
51
Main solving routine for the aerodynamic model. Reference point is in the kite body (KB) frame.
52
-See also: [solve](@ref)
53
54
# Arguments:
55
- solver::Solver: The solver to use, could be a VSM or LLT solver. See: [Solver](@ref)
0 commit comments