Skip to content

Commit dcfdfe6

Browse files
committed
Fix docstring
1 parent 2f5a07a commit dcfdfe6

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
@@ -637,7 +637,7 @@ end
637637
linearize(solver::Solver, body_aero::BodyAerodynamics, wing::RamAirWing, y::Vector{T};
638638
theta_idxs=1:4, delta_idxs=nothing, va_idxs=nothing, omega_idxs=nothing, kwargs...) where T
639639
640-
Compute the Jacobian matrix for a ram air wing around an operating point using automatic differentiation.
640+
Compute the Jacobian matrix for a ram air wing around an operating point using finite differences.
641641
642642
# Arguments
643643
- `solver`: VSM solver instance (must be initialized)

0 commit comments

Comments
 (0)