We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3597ef9 commit 05c733eCopy full SHA for 05c733e
1 file changed
src/body_aerodynamics.jl
@@ -334,6 +334,7 @@ function calculate_AIC_matrices!(body_aero::BodyAerodynamics, model::Model,
334
335
# Subtract 2D induced velocity for VSM
336
if icp == jring && model === VSM
337
+ # TODO why is this allocating?
338
calculate_velocity_induced_bound_2D!(U_2D, body_aero.panels[jring], ep, body_aero.work_vectors)
339
body_aero.AIC[:, icp, jring] .-= U_2D
340
end
0 commit comments