Skip to content

Commit a980c85

Browse files
Update nonlinear_system.jl
1 parent fb1f559 commit a980c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/nonlinear/nonlinear_system.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ end
8484
(f::NLSysToExpr)(x) = convert(Expr, x)
8585

8686

87-
function generate_function(sys::NonlinearSystem, vs, ps; version = nothing)
87+
function generate_function(sys::NonlinearSystem, vs, ps, expression = Val{true}; version = nothing)
8888
rhss = [eq.rhs for eq sys.eqs]
8989
vs′ = [clean(v) for v vs]
9090
ps′ = [clean(p) for p ps]

0 commit comments

Comments
 (0)