Skip to content

Commit

Permalink
fix minor typo in post-processing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Jun 26, 2024
1 parent f0e240c commit 34a636a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion docs/src/DuctAPE/advanced_usage/outputs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## Available Outputs

The output tuple contains many items.
The [`post_process`](@ref "DuctAPE.post_process") function docstring lists them.
The [`post_process`](@ref "DuctAPE.post_process") function docstring lists them:

```@docs; canonical=false
DuctAPE.post_process
```

### Returning the Pre-process Objects

Expand Down
6 changes: 3 additions & 3 deletions src/postprocess/postprocess.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ Post-process a converged nonlinear solve solution.
- `cp_out`
- `cp_casing_in`
- `cp_casing_out`
- `zpts.casing_zpts`
- `casing_zpts`
- `cp_nacelle_in`
- `cp_nacelle_out`
- `zpts.nacelle_zpts`
- `nacelle_zpts`
- `cp_centerbody_in`
- `cp_centerbody_out`
- `zpts.centerbody_zpts`
- `centerbody_zpts`
- `Vtot_in`
- `Vtot_out`
- `Vtot_prejump`
Expand Down

0 comments on commit 34a636a

Please sign in to comment.