Skip to content

Commit 6249cc6

Browse files
committed
Fix stall model example
1 parent 000494e commit 6249cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/stall_model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ end
4545
body_aero_CAD_19ribs = BodyAerodynamics([CAD_wing])
4646

4747
# Create solvers
48-
P = length(wa.panels)
48+
P = length(body_aero_CAD_19ribs.panels)
4949
vsm_solver = Solver{P}(
5050
aerodynamic_model_type=VSM,
5151
is_with_artificial_damping=false

0 commit comments

Comments
 (0)