Skip to content

Commit 5c0317f

Browse files
committed
.
1 parent bdd5393 commit 5c0317f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nlp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ _grad!(f::ObjectiveNull, m, x, out) = nothing
986986
_grad!(f::ExpressionNull, m, x, out) = nothing
987987
function _grad!(f, m, x, out)
988988
_grad!(f.inner, m, x, out)
989-
return gradient!(m.isexp, m.e1, m.e1_starts, m.e1_cntsegrad, f, objs, x, θ, one(eltype(out)))
989+
return gradient!(m.isexp, m.e1, m.e1_starts, m.e1_cnts, f, objs, x, θ, one(eltype(out)))
990990
end
991991

992992
function jac_coord!(m::ExaModel, x::AbstractVector, jac::AbstractVector)

0 commit comments

Comments
 (0)