Skip to content

Commit a4a4681

Browse files
committed
update to default_t and default_time_deriv
1 parent a4dc90d commit a4a4681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Conversion to symbolics
2-
const IV = Catalyst.DEFAULT_IV
3-
const D = Differential(IV)
2+
const IV = default_t()
3+
const D = default_time_deriv()
44
symbolicsRateOf(x) = D(x)
55
const symbolics_mapping = Dict(SBML.default_function_mapping...,
66
"rateOf" => symbolicsRateOf)

0 commit comments

Comments
 (0)