Skip to content

Commit f766689

Browse files
author
paulflang
committed
format
1 parent 0a1b8ec commit f766689

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/SBMLToolkit.jl

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ include("rules.jl")
1010
include("events.jl")
1111
include("utils.jl")
1212

13+
@deprecate convert_simplify_math convert_promotelocals_expandfuns
14+
1315
export ReactionSystem, ODESystem
14-
export readSBML, readSBMLFromString, set_level_and_version, convert_promotelocals_expandfuns
16+
export readSBML, readSBMLFromString, set_level_and_version, convert_simplify_math,
17+
convert_promotelocals_expandfuns
1518

1619
end

0 commit comments

Comments
 (0)