Skip to content

Commit 8a49e3d

Browse files
committed
Activate examples project in the examples
1 parent d75cfa7 commit 8a49e3d

7 files changed

Lines changed: 21 additions & 0 deletions

File tree

examples/V3_kite.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
using Pkg
2+
Pkg.activate(@__DIR__)
3+
14
using LinearAlgebra
25
using VortexStepMethod
36
using GLMakie

examples/bench.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
using Pkg
2+
Pkg.activate(@__DIR__)
3+
14
using LinearAlgebra
25
using GLMakie
36
using VortexStepMethod

examples/menu.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
using Pkg
2+
Pkg.activate(@__DIR__)
3+
14
using GLMakie
25
using VortexStepMethod
36
using REPL.TerminalMenus

examples/pyramid_model.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
using Pkg
2+
Pkg.activate(@__DIR__)
3+
14
using LinearAlgebra
25
using VortexStepMethod
36
using GLMakie

examples/ram_air_kite.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
using Pkg
2+
Pkg.activate(@__DIR__)
3+
14
using GLMakie
25
using VortexStepMethod
36
using LinearAlgebra

examples/rectangular_wing.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
using Pkg
2+
Pkg.activate(@__DIR__)
3+
14
using LinearAlgebra
25
using GLMakie
36
using VortexStepMethod

examples/stall_model.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
using Pkg
2+
Pkg.activate(@__DIR__)
3+
14
using GLMakie
25
using LinearAlgebra
36
using VortexStepMethod

0 commit comments

Comments
 (0)