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 c30b375 commit bc68ad9Copy full SHA for bc68ad9
src/VortexStepMethod.jl
@@ -32,6 +32,7 @@ const MVec3 = MVector{3, Float64}
32
Position vector, either a `MVec3` or a `Vector` for use in function signatures.
33
"""
34
const PosVector=Union{MVec3, Vector}
35
+const VelVector=Union{MVec3, Vector}
36
37
# Include core functionality
38
include("wing_geometry.jl")
0 commit comments