We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be458ec commit 555bffeCopy full SHA for 555bffe
src/wing_aerodynamics.jl
@@ -83,10 +83,10 @@ end
83
Structure to hold calculated panel properties.
84
"""
85
struct PanelProperties
86
- aero_centers::Vector{Vector{Float64}}
87
- control_points::Vector{Vector{Float64}}
88
- bound_points_1::Vector{Vector{Float64}}
89
- bound_points_2::Vector{Vector{Float64}}
+ aero_centers::Vector{PosVector}
+ control_points::Vector{PosVector}
+ bound_points_1::Vector{PosVector}
+ bound_points_2::Vector{PosVector}
90
x_airf::Vector{Vector{Float64}}
91
y_airf::Vector{Vector{Float64}}
92
z_airf::Vector{Vector{Float64}}
0 commit comments