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 471e5f2 commit bc77491Copy full SHA for bc77491
src/ModelingToolkit.jl
@@ -10,7 +10,6 @@ abstract type Expression <: Number end
10
abstract type AbstractOperation <: Expression end
11
abstract type AbstractOperator <: Expression end
12
abstract type AbstractComponent <: Expression end
13
-abstract type AbstractConnection <: Expression end
14
abstract type AbstractSystem end
15
abstract type AbstractDomain end
16
src/connections.jl
0 commit comments