Skip to content

Commit 8c4b423

Browse files
committed
improve comments
1 parent 82b4b6a commit 8c4b423

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/panel.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,13 +420,10 @@ Calculate velocity induced by bound vortex filaments at the control point.
420420
Only needed for VSM, as LLT bound and filament align, thus no induced velocity.
421421
422422
# Arguments
423-
- U_2D: unclear
423+
- U_2D: resulting 2D velocity vector
424424
- `panel::Panel`: Panel object
425425
- `evaluation_point`: Point where induced velocity is evaluated
426426
- work_vectors: unclear
427-
428-
# Returns
429-
- `Vector{Float64}`: Induced velocity at the control point
430427
"""
431428
function calculate_velocity_induced_bound_2D!(
432429
U_2D,

0 commit comments

Comments
 (0)