Skip to content

Commit f0dd392

Browse files
format
1 parent c63cb49 commit f0dd392

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/basis/type.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,8 @@ If control variables are defined, the function can also be called by `f(u,p,t,co
407407
408408
If the Jacobian with respect to other variables is needed, it can be passed via a second argument.
409409
"""
410-
jacobian(x::Basis, eval_expression::Bool = false) = jacobian(x, unknowns(x), eval_expression)
410+
jacobian(x::Basis, eval_expression::Bool = false) = jacobian(
411+
x, unknowns(x), eval_expression)
411412

412413
function jacobian(x::Basis, s, eval_expression::Bool = false)
413414
j = Symbolics.jacobian([xi.rhs for xi in equations(x)], s)

0 commit comments

Comments
 (0)