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.
AbstractODESystem
1 parent 03fc4a4 commit d70f650Copy full SHA for d70f650
src/ModelingToolkit.jl
@@ -127,7 +127,6 @@ TODO
127
abstract type AbstractSystem end
128
abstract type AbstractTimeDependentSystem <: AbstractSystem end
129
abstract type AbstractTimeIndependentSystem <: AbstractSystem end
130
-abstract type AbstractODESystem <: AbstractTimeDependentSystem end
131
abstract type AbstractMultivariateSystem <: AbstractSystem end
132
abstract type AbstractOptimizationSystem <: AbstractTimeIndependentSystem end
133
abstract type AbstractDiscreteSystem <: AbstractTimeDependentSystem end
0 commit comments