Skip to content

Commit 555bffe

Browse files
committed
use PosVector
1 parent be458ec commit 555bffe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/wing_aerodynamics.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ end
8383
Structure to hold calculated panel properties.
8484
"""
8585
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}}
86+
aero_centers::Vector{PosVector}
87+
control_points::Vector{PosVector}
88+
bound_points_1::Vector{PosVector}
89+
bound_points_2::Vector{PosVector}
9090
x_airf::Vector{Vector{Float64}}
9191
y_airf::Vector{Vector{Float64}}
9292
z_airf::Vector{Vector{Float64}}

0 commit comments

Comments
 (0)