Skip to content

Commit 54ce6a1

Browse files
committed
Update comment
1 parent 163d99d commit 54ce6a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/solver.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function solve!(solver::Solver, body_aero::BodyAerodynamics, gamma_distribution=
193193
@. moment = cm_array * 0.5 * density * v_a_array^2 * solver.sol.chord_array
194194

195195
# Calculate alpha corrections based on model type
196-
if aerodynamic_model_type == VSM # 1568 bytes
196+
if aerodynamic_model_type == VSM # 64 bytes
197197
update_effective_angle_of_attack!(
198198
alpha_corrected,
199199
body_aero,

0 commit comments

Comments
 (0)