Skip to content

Commit af50ceb

Browse files
committed
fix example
1 parent c047d63 commit af50ceb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/stall_model.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
using VortexStepMethod
2+
using LinearAlgebra
3+
4+
using Pkg
5+
if ! ("CSV" keys(Pkg.project().dependencies))
6+
using TestEnv; TestEnv.activate()
7+
end
28
using CSV
39
using DataFrames
4-
using LinearAlgebra
510

611
# Find root directory
712
root_dir = dirname(@__DIR__)

0 commit comments

Comments
 (0)