Skip to content

Commit d7a0a05

Browse files
Merge pull request #848 from SciML/myb/d
Some imports
2 parents f52d533 + ab538ab commit d7a0a05

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Setfield = "0.7"
6464
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0"
6565
StaticArrays = "0.10, 0.11, 0.12, 1.0"
6666
SymbolicUtils = "0.8.3"
67-
Symbolics = "0.1"
67+
Symbolics = "0.1.2"
6868
TreeViews = "0.3"
6969
UnPack = "0.1, 1.0"
7070
Unitful = "1.1"

src/ModelingToolkit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import Symbolics: rename, get_variables!, _solve, hessian_sparsity,
4242
tosymbol, lower_varname, diff2term, var_from_nested_derivative,
4343
BuildTargets, JuliaTarget, StanTarget, CTarget, MATLABTarget,
4444
ParallelForm, SerialForm, MultithreadedForm, build_function,
45-
unflatten_long_ops
45+
unflatten_long_ops, rhss, lhss, prettify_expr
4646

4747
import DiffEqBase: @add_kwonly
4848

src/systems/abstractsystem.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,6 @@ for f in [:states, :parameters]
341341
@eval $f(sys::AbstractSystem, vs::AbstractArray) = map(v->$f(sys, v), vs)
342342
end
343343

344-
lhss(xs) = map(x->x.lhs, xs)
345-
rhss(xs) = map(x->x.rhs, xs)
346-
347344
flatten(sys::AbstractSystem) = sys
348345

349346
function equations(sys::ModelingToolkit.AbstractSystem)

0 commit comments

Comments
 (0)