File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,16 +93,16 @@ Structure to hold calculated panel properties.
9393end
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"""
107107function update_panel_properties! (panel_props:: PanelProperties , section_list:: Vector{Section} , n_panels)
108108 coords = panel_props. coords
You can’t perform that action at this time.
0 commit comments