Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
SBML.jl
Commits
8f87883a
Unverified
Commit
8f87883a
authored
Aug 08, 2021
by
Miroslav Kratochvil
🚴
Committed by
GitHub
Aug 08, 2021
Browse files
Merge pull request #144 from giordano/mg/sbml
Make `sbml` slightly more type-stable
parents
b52d201b
8a97378d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SBML.jl
View file @
8f87883a
...
...
@@ -21,7 +21,7 @@ include("readsbml.jl")
include
(
"symbolics.jl"
)
include
(
"utils.jl"
)
sbml
(
sym
::
Symbol
)
=
dlsym
(
SBML_jll
.
libsbml_handle
,
sym
)
sbml
(
sym
::
Symbol
)
::
VPtr
=
dlsym
(
SBML_jll
.
libsbml_handle
,
sym
)
export
readSBML
,
readSBMLFromString
,
stoichiometry_matrix
,
flux_bounds
,
flux_objective
export
set_level_and_version
,
libsbml_convert
,
convert_simplify_math
...
...
cylon-x
🤖
@cylon-x
mentioned in commit
55944617
·
Aug 08, 2021
mentioned in commit
55944617
mentioned in commit 55944617698cb87d06b8963b73dd42fc0ea711ae
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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