Skip to content

Commit 52b8b45

Browse files
committed
Update docstring
1 parent 4aefd86 commit 52b8b45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/solver.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ end
439439

440440
"""
441441
gamma_loop!(solver::Solver, AIC_x::Matrix{Float64},
442-
AIC_y::Matrix{Float64}, AIC_z::Matrix{Float64}, va_array::Matrix{Float64},
443-
chord_array::Vector{Float64}, x_airf_array::Matrix{Float64},
442+
AIC_y::Matrix{Float64}, AIC_z::Matrix{Float64},
443+
x_airf_array::Matrix{Float64},
444444
y_airf_array::Matrix{Float64}, z_airf_array::Matrix{Float64},
445445
panels::Vector{Panel}, relaxation_factor::Float64; log=true)
446446

0 commit comments

Comments
 (0)