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
41a25d0d
Unverified
Commit
41a25d0d
authored
Jun 22, 2021
by
Miroslav Kratochvil
Committed by
GitHub
Jun 22, 2021
Browse files
Merge pull request #77 from giordano/mg/sbml
Make `sbml` a proper function, instead of a non-const anononymous one
parents
74e86ecf
8b267ac3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SBML.jl
View file @
41a25d0d
...
...
@@ -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
...
...
cylon-x
🤖
@cylon-x
mentioned in commit
54cb264b
·
Jun 22, 2021
mentioned in commit
54cb264b
mentioned in commit 54cb264bf37b6101b4fca64f5bf4a7cfb3032460
Toggle commit list
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