Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
askprash committed Aug 1, 2024
1 parent c12973a commit b893071
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/aero/drag.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ aerodynamics.blax(ndim, n,ite, xi, bi, rni, uinv, Reyn, Mach, fexcr)
aerodynamics.blvar(simi,lami,wake, Reyn,Mach, fexcr,
x, θ ,δs ,ue )
aerodynamics.fusebl!(pari, parg, para, parm, ip)
aerodynamics.fusebl!(fuse, parm, para, ip)
```

---
Expand Down
4 changes: 2 additions & 2 deletions docs/src/sizing/sizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ TASOPT.woper(ac, itermax)
A sized aircraft's mission performance can be obtained (`mission!`), along with operation constraints via a pitch trim calculation (`balance`) and balanced field length calculation (`takeoff!`).

```@docs
TASOPT.mission!(pari, parg, parm, para, pare, Ldebug)
TASOPT.mission!(pari, parg, parm, para, pare, fuse, Ldebug)
TASOPT.takeoff!(ac; printTO)
TASOPT.balance(pari, parg, para, rfuel, rpay, ξpay, itrim)
TASOPT.balance(pari, parg, para, fuse, rfuel, rpay, ξpay, itrim)
```

2 changes: 1 addition & 1 deletion docs/src/structures/fuselage.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,5 +339,5 @@ x \hspace{-0.45ex} W_{\rm vbend}
\end{aligned}$$

```@docs
TASOPT.fusew
TASOPT.fusew!
```

0 comments on commit b893071

Please sign in to comment.