Skip to content

Commit 5ae5bf2

Browse files
Remove domains
Will be reintroduced later, ideally through the use of an external package.
1 parent a79eede commit 5ae5bf2

File tree

4 files changed

+0
-30
lines changed

4 files changed

+0
-30
lines changed

src/ModelingToolkit.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ abstract type Expression <: Number end
1010
abstract type AbstractOperation <: Expression end
1111
abstract type AbstractComponent <: Expression end
1212
abstract type AbstractSystem end
13-
abstract type AbstractDomain end
1413

15-
include("domains.jl")
1614
include("variables.jl")
1715

1816
Base.promote_rule(::Type{T},::Type{T2}) where {T<:Number,T2<:Expression} = Expression

src/domains.jl

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/domains.jl

Lines changed: 0 additions & 7 deletions
This file was deleted.

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ using ModelingToolkit, Test
44
@testset "Basic Variables and Operations" begin include("basic_variables_and_operations.jl") end
55
@testset "Differentiation Test" begin include("derivatives.jl") end
66
@testset "Internal Test" begin include("internal.jl") end
7-
@testset "Domain Test" begin include("domains.jl") end
87
@testset "Simplify Test" begin include("simplify.jl") end
98
@testset "Ambiguity Test" begin include("ambiguity.jl") end
109
@testset "Components Test" begin include("components.jl") end

0 commit comments

Comments
 (0)