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
18463414
Commit
18463414
authored
Jun 17, 2021
by
Miroslav Kratochvil
Browse files
shorten sbml2symbolics
parent
2a825add
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/SBML.jl
View file @
18463414
...
...
@@ -11,7 +11,7 @@ include("readsbml.jl")
include
(
"converters.jl"
)
include
(
"math.jl"
)
include
(
"utils.jl"
)
include
(
"
sbml2
symbolics.jl"
)
include
(
"symbolics.jl"
)
sbml
=
(
sym
::
Symbol
)
->
dlsym
(
SBML_jll
.
libsbml_handle
,
sym
)
...
...
src/
sbml2
symbolics.jl
→
src/symbolics.jl
View file @
18463414
File moved
test/runtests.jl
View file @
18463414
...
...
@@ -9,5 +9,5 @@ import Pkg
include
(
"version.jl"
)
include
(
"ecoli_flux.jl"
)
include
(
"loadmodels.jl"
)
include
(
"
sbml2
symbolics.jl"
)
include
(
"symbolics.jl"
)
end
test/
sbml2
symbolics.jl
→
test/symbolics.jl
View file @
18463414
File moved
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