We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f11458 commit 2d106f0Copy full SHA for 2d106f0
1 file changed
examples_cp/menu_cp.jl
@@ -1,5 +1,9 @@
1
using Pkg
2
+if !("VortexStepMethod" ∈ keys(Pkg.project().dependencies))
3
+ Pkg.activate(@__DIR__)
4
+end
5
6
+using VortexStepMethod
7
using REPL.TerminalMenus
8
9
url = "https://opensourceawe.github.io/VortexStepMethod.jl/dev"
0 commit comments