Skip to content

Commit 2f5a07a

Browse files
committed
Fix docstring
1 parent 6b76e70 commit 2f5a07a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wing_geometry.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,16 @@ Structure to hold calculated panel properties.
9393
end
9494

9595
"""
96-
update_panel_properties!(section_list::Vector{Section}, n_panels::Int)
96+
update_panel_properties!(panel_props::PanelProperties, section_list::Vector{Section}, n_panels::Int)
9797
98-
Calculate geometric properties for each panel.
98+
Update geometric properties for each panel.
9999
100100
# Arguments
101101
- section_list::Vector{Section}: List of [Section](@ref)s
102102
- `n_panels`::Int: Number of [Panel](@ref)s
103103
104104
# Returns:
105-
[PanelProperties](@ref) containing vectors for each property
105+
`nothing`, updates the [PanelProperties](@ref) in-place
106106
"""
107107
function update_panel_properties!(panel_props::PanelProperties, section_list::Vector{Section}, n_panels)
108108
coords = panel_props.coords

0 commit comments

Comments
 (0)