Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
SBML.jl
Commits
71305c0b
Commit
71305c0b
authored
Jun 25, 2021
by
paulflang
Browse files
fix getInitialConcentrations
parent
1e9cdb7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/readsbml.jl
View file @
71305c0b
...
...
@@ -247,7 +247,7 @@ function extractModel(mdl::VPtr)::SBML.Model
ic = nothing
if ccall(sbml(:Species_isSetInitialConcentration), Cint, (VPtr,), sp) != 0
ic = (
ccall(sbml(:Species_getInitial
Amount
), Cdouble, (VPtr,), sp),
ccall(sbml(:Species_getInitial
Concentration
), Cdouble, (VPtr,), sp),
get_optional_string(sp, :Species_getSubstanceUnits),
)
end
...
...
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