Skip to content

Commit e676188

Browse files
committed
add enum Model
1 parent 6d69a25 commit e676188

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/VortexStepMethod.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Velocity vector, either a `MVec3` or a `Vector` for use in function signatures.
4545
"""
4646
const VelVector=Union{MVec3, Vector, SizedVector{3, Float64, Vector{Float64}}}
4747

48+
@enum Model VSM LLT
49+
4850
abstract type AbstractWing end
4951

5052
function menu()

0 commit comments

Comments
 (0)