Skip to content

Commit f684a80

Browse files
Update src/systems/diffeqs/abstractodesystem.jl
1 parent 58954a7 commit f684a80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ function generate_dae_jacobian(sys::AbstractODESystem, dvs = states(sys), ps = p
8383
dvs = states(sys)
8484
@variables ˍ₋gamma
8585
jac = ˍ₋gamma*jac_du + jac_u
86-
return build_function(jac, dvs, ps, get_iv(sys); kwargs...)
86+
return build_function(jac, dvs, ps, ˍ₋gamma, get_iv(sys); kwargs...)
87+
8788
end
8889

8990
check_derivative_variables(eq) = check_operator_variables(eq, Differential)

0 commit comments

Comments
 (0)