Skip to content

Commit b882aa0

Browse files
committed
Fix docs
1 parent 2ab581f commit b882aa0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/wing_geometry.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,13 @@ Structure to hold calculated panel properties.
8484
end
8585

8686
"""
87-
update_panel_properties!(section_list::Vector{Section}, n_panels::Int,
88-
aero_center_loc::Float64, control_point_loc::Float64)
87+
update_panel_properties!(section_list::Vector{Section}, n_panels::Int)
8988
9089
Calculate geometric properties for each panel.
9190
9291
# Arguments
9392
- section_list::Vector{Section}: List of [Section](@ref)s
9493
- `n_panels`::Int: Number of [Panel](@ref)s
95-
- `aero_center_loc`::Float64: Location of the aerodynamic center
96-
- `control_point_loc`::Float64: Location of the control point
9794
9895
# Returns:
9996
[PanelProperties](@ref) containing vectors for each property

0 commit comments

Comments
 (0)