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 a4dc90d commit a4a4681Copy full SHA for a4a4681
src/utils.jl
@@ -1,6 +1,6 @@
1
# Conversion to symbolics
2
-const IV = Catalyst.DEFAULT_IV
3
-const D = Differential(IV)
+const IV = default_t()
+const D = default_time_deriv()
4
symbolicsRateOf(x) = D(x)
5
const symbolics_mapping = Dict(SBML.default_function_mapping...,
6
"rateOf" => symbolicsRateOf)
0 commit comments