Skip to content

Commit 1fca784

Browse files
committed
add PosVector
1 parent 906cd2a commit 1fca784

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/VortexStepMethod.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ Basic 3-dimensional vector, stack allocated, mutable.
2626
"""
2727
const MVec3 = MVector{3, Float64}
2828

29+
"""
30+
const PosVector=Union{MVec3, Vector}
31+
32+
Position vector, either a `MVec3` or a `Vector` for use in function signatures.
33+
"""
34+
const PosVector=Union{MVec3, Vector}
35+
2936
# Include core functionality
3037
include("wing_geometry.jl")
3138
include("filament.jl")

0 commit comments

Comments
 (0)