Skip to content

Commit 05c733e

Browse files
committed
Add TODO
1 parent 3597ef9 commit 05c733e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/body_aerodynamics.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ function calculate_AIC_matrices!(body_aero::BodyAerodynamics, model::Model,
334334

335335
# Subtract 2D induced velocity for VSM
336336
if icp == jring && model === VSM
337+
# TODO why is this allocating?
337338
calculate_velocity_induced_bound_2D!(U_2D, body_aero.panels[jring], ep, body_aero.work_vectors)
338339
body_aero.AIC[:, icp, jring] .-= U_2D
339340
end

0 commit comments

Comments
 (0)