Skip to content

Commit e2be540

Browse files
fix imports
1 parent f0847be commit e2be540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelingToolkit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ using Reexport
3636
@reexport using Symbolics
3737
export @derivatives
3838
using Symbolics: _parse_vars, value, makesym, @derivatives, get_variables,
39-
exprs_occur_in
39+
exprs_occur_in, solve_for
4040
import Symbolics: rename, get_variables!, _solve, hessian_sparsity,
4141
jacobian_sparsity, islinear, _iszero, _isone,
4242
tosymbol, lower_varname, diff2term, var_from_nested_derivative

0 commit comments

Comments
 (0)