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
3e9eac57
Commit
3e9eac57
authored
Jul 19, 2021
by
Mosè Giordano
Browse files
Simplify docstrng of `readSBMLFromString` and refer to `readSBML`
parent
92251513
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/readsbml.jl
View file @
3e9eac57
...
...
@@ -142,16 +142,8 @@ readSBML(
Read the SBML from the string `str` and return the contained `SBML.Model`.
The `sbml_conversion` is a function that does an in-place modification of the
single parameter, which is the C pointer to the loaded SBML document (C type
`SBMLDocument*`). Several functions for doing that are prepared, including
[`set_level_and_version`](@ref), [`libsbml_convert`](@ref), and
[`convert_simplify_math`](@ref).
`report_severities` switches on and off reporting of certain errors; see the
documentation of [`get_error_messages`](@ref) for details.
To read from a file instead of a string, use [`readSBML`](@ref).
For the other arguments see the docstring of [`readSBML`](@ref), which can be
used to read from a file instead of a string.
"""
readSBMLFromString
(
str
::
AbstractString
,
...
...
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