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 c0d4cd4 commit 9bdc27aCopy full SHA for 9bdc27a
src/precompile.jl
@@ -7,7 +7,7 @@
7
@compile_workload begin
8
# all calls in this block will be precompiled, regardless of whether
9
# they belong to your package or not (on Julia 1.8 and higher)
10
- vss = vs("vsm_settings_dual.yaml")
+ vss = vs(joinpath(path, "../data/vsm_settings_dual.yaml"))
11
# Step 1: Define wing parameters
12
n_panels = 20 # Number of panels
13
span = 20.0 # Wing span [m]
0 commit comments