Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
SBML.jl
Commits
7f1be916
Commit
7f1be916
authored
Jun 21, 2021
by
Mosè Giordano
Browse files
Make `convert_simplify_math` constant
parent
b08dee4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/converters.jl
View file @
7f1be916
...
...
@@ -67,6 +67,6 @@ libsbml_convert(converter::String; kwargs...) = libsbml_convert([
Shortcut for [`libsbml_convert`](@ref) that expands functions, local
parameters, and initial assignments in the SBML document.
"""
convert_simplify_math
=
libsbml_convert
(
const
convert_simplify_math
=
libsbml_convert
(
[
"promoteLocalParameters"
,
"expandFunctionDefinitions"
,
"expandInitialAssignments"
]
.=>
Ref
(
Dict
{
String
,
String
}()),
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment