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 6d69a25 commit e676188Copy full SHA for e676188
src/VortexStepMethod.jl
@@ -45,6 +45,8 @@ Velocity vector, either a `MVec3` or a `Vector` for use in function signatures.
45
"""
46
const VelVector=Union{MVec3, Vector, SizedVector{3, Float64, Vector{Float64}}}
47
48
+@enum Model VSM LLT
49
+
50
abstract type AbstractWing end
51
52
function menu()
0 commit comments