Skip to content

Commit e609275

Browse files
committed
improve comment
1 parent e676188 commit e609275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/body_aerodynamics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Main structure for calculating aerodynamic properties of bodies.
1515
"""
1616
mutable struct BodyAerodynamics
1717
panels::Vector{Panel}
18-
wings::Vector{AbstractWing} # TODO: Why not a concrete type? And why a vector?
18+
wings::Vector{AbstractWing} # can be a vector of Wings, or of KiteWings
1919
_va::Union{Nothing, Vector{Float64}, Tuple{Vector{Float64}, Float64}}
2020
gamma_distribution::Union{Nothing, Vector{Float64}}
2121
alpha_uncorrected::Union{Nothing, Vector{Float64}}

0 commit comments

Comments
 (0)