Skip to content

Commit de95480

Browse files
committed
Fix bench example
1 parent dabda8f commit de95480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/bench.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ wing = RamAirWing("data/ram_air_kite_body.obj", "data/ram_air_kite_foil.dat")
6161
body_aero = BodyAerodynamics([wing])
6262

6363
# Create solvers
64-
P = length(wa.panels)
65-
vsm_solver = Solver{P}(
64+
vsm_solver = Solver(
65+
body_aero;
6666
aerodynamic_model_type=VSM,
6767
is_with_artificial_damping=false
6868
)

0 commit comments

Comments
 (0)