We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff44e3 commit 429b3bcCopy full SHA for 429b3bc
src/ModelingToolkit.jl
@@ -10,6 +10,7 @@ abstract type AbstractOperator <: Expression end
10
abstract type AbstractSystem end
11
abstract type AbstractDomain end
12
13
+include("domains.jl")
14
include("variables.jl")
15
16
Base.promote_rule(::Type{T},::Type{T2}) where {T<:Number,T2<:Expression} = Expression
@@ -24,7 +25,6 @@ include("systems/diffeqs/diffeqsystem.jl")
24
25
include("systems/diffeqs/first_order_transform.jl")
26
include("systems/nonlinear/nonlinear_system.jl")
27
include("function_registration.jl")
-include("domains.jl")
28
include("simplify.jl")
29
include("utils.jl")
30
0 commit comments