Skip to content

Commit 1903f16

Browse files
committed
import substituter
1 parent e267bda commit 1903f16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ModelingToolkit.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ import Symbolics: rename, get_variables!, _solve, hessian_sparsity,
4343
BuildTargets, JuliaTarget, StanTarget, CTarget, MATLABTarget,
4444
ParallelForm, SerialForm, MultithreadedForm, build_function,
4545
unflatten_long_ops, rhss, lhss, prettify_expr, gradient,
46-
jacobian, hessian, derivative, sparsejacobian, sparsehessian
46+
jacobian, hessian, derivative, sparsejacobian, sparsehessian,
47+
substituter
4748

4849
import DiffEqBase: @add_kwonly
4950

0 commit comments

Comments
 (0)