Skip to content

Commit f73eda8

Browse files
committed
Rename unused parameter to _p
1 parent bd7e854 commit f73eda8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/solver.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,8 +701,7 @@ function gamma_loop!(
701701
if solver.solver_type == NONLIN
702702
prob = solver.prob
703703
if isnothing(prob)
704-
function f_nonlin!(d_gamma, gamma, p)
705-
p
704+
function f_nonlin!(d_gamma, gamma, _p)
706705
mul!(velocity_view_x, AIC_x, gamma)
707706
mul!(velocity_view_y, AIC_y, gamma)
708707
mul!(velocity_view_z, AIC_z, gamma)

0 commit comments

Comments
 (0)