Skip to content

Commit 1db9add

Browse files
committed
Less inline comments
1 parent 1f79262 commit 1db9add

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/solver.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,7 @@ function solve!(solver::Solver{P, U, T}, body_aero::BodyAerodynamics, gamma_dist
477477
end
478478

479479
# Average coefficients and geometry. width and
480-
# moment_coeff_unrefined_dist stay summed: the latter is an
481-
# extensive per-panel contribution to the wing moment
482-
# coefficient, so a group's total moment is the sum over its
483-
# sections, not the mean.
480+
# moment_coeff_unrefined_dist stay summed (extensive).
484481
for i in 1:wing.n_unrefined_sections
485482
target_unrefined_idx = unrefined_idx + i - 1
486483
if unrefined_section_counts[i] > 0

0 commit comments

Comments
 (0)