Skip to content

Commit bc68ad9

Browse files
committed
add type VelVector
1 parent c30b375 commit bc68ad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VortexStepMethod.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const MVec3 = MVector{3, Float64}
3232
Position vector, either a `MVec3` or a `Vector` for use in function signatures.
3333
"""
3434
const PosVector=Union{MVec3, Vector}
35+
const VelVector=Union{MVec3, Vector}
3536

3637
# Include core functionality
3738
include("wing_geometry.jl")

0 commit comments

Comments
 (0)