Skip to content

Commit ac2f46d

Browse files
committed
Add vs() to precompilation
1 parent 50814b5 commit ac2f46d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/precompile.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
@compile_workload begin
88
# all calls in this block will be precompiled, regardless of whether
99
# they belong to your package or not (on Julia 1.8 and higher)
10+
vss = vs("vsm_settings_dual.yaml")
1011
# Step 1: Define wing parameters
1112
n_panels = 20 # Number of panels
1213
span = 20.0 # Wing span [m]

0 commit comments

Comments
 (0)