We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56687a4 commit 25fb6f0Copy full SHA for 25fb6f0
1 file changed
src/solver.jl
@@ -386,7 +386,6 @@ function solve!(solver::Solver, body_aero::BodyAerodynamics, gamma_distribution=
386
z_airf_unrefined_dist[target_unrefined_idx] ./= count
387
va_unrefined_dist[target_unrefined_idx] ./= count
388
chord_unrefined_dist[target_unrefined_idx] /= count
389
- width_unrefined_dist[target_unrefined_idx] /= count
390
end
391
392
unrefined_idx += wing.n_unrefined_sections
0 commit comments