Skip to content

Commit 03e20e7

Browse files
committed
Use MVec3 in SimitInfiniteFilament
1 parent 81b69fc commit 03e20e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/filament.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ end
152152
Represents a semi-infinite vortex filament.
153153
"""
154154
struct SemiInfiniteFilament <: Filament
155-
x1::Vector{Float64} # Starting point
156-
direction::Vector{Float64} # Direction vector
157-
vel_mag::Float64 # Velocity magnitude
155+
x1::MVec3 # Starting point
156+
direction::MVec3 # Direction vector
157+
vel_mag::Float64 # Velocity magnitude
158158
filament_direction::Int64 # Direction indicator (-1 or 1)
159159
end
160160

0 commit comments

Comments
 (0)