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
8b267ac3
Commit
8b267ac3
authored
Jun 21, 2021
by
Mosè Giordano
Browse files
Make `sbml` a proper function, instead of a non-const anononymous one
parent
b08dee4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SBML.jl
View file @
8b267ac3
...
...
@@ -13,7 +13,7 @@ include("math.jl")
include
(
"utils.jl"
)
include
(
"symbolics.jl"
)
sbml
=
(
sym
::
Symbol
)
->
dlsym
(
SBML_jll
.
libsbml_handle
,
sym
)
sbml
(
sym
::
Symbol
)
=
dlsym
(
SBML_jll
.
libsbml_handle
,
sym
)
export
SBMLVersion
,
readSBML
,
getS
,
getLBs
,
getUBs
,
getOCs
export
set_level_and_version
,
libsbml_convert
,
convert_simplify_math
...
...
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