Skip to content

Commit 2e559ac

Browse files
committed
Rename
1 parent 10e4743 commit 2e559ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ModelingToolkit.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ include("systems/dependency_graphs.jl")
248248
include("systems/systemstructure.jl")
249249
using .SystemStructures
250250

251-
include("systems/reduction.jl")
251+
include("systems/alias_elimination.jl")
252252

253253
include("latexify_recipes.jl")
254254
include("build_function.jl")
@@ -266,6 +266,7 @@ export SteadyStateProblem, SteadyStateProblemExpr
266266
export JumpProblem, DiscreteProblem
267267
export NonlinearSystem, OptimizationSystem
268268
export ControlSystem
269+
export alias_elimination, flatten
269270
export ode_order_lowering, liouville_transform
270271
export runge_kutta_discretize
271272
export PDESystem
File renamed without changes.

0 commit comments

Comments
 (0)