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
e96c8f4e
Commit
e96c8f4e
authored
Jul 19, 2021
by
Mosè Giordano
Browse files
Remove default values for arguments of `_readSBML`
parent
3e9eac57
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/readsbml.jl
View file @
e96c8f4e
...
...
@@ -74,8 +74,8 @@ end
function
_readSBML
(
symbol
::
Symbol
,
fn
::
String
,
sbml_conversion
=
document
->
nothing
,
report_severities
=
[
"Fatal"
,
"Error"
]
,
sbml_conversion
,
report_severities
,
)
::
SBML
.
Model
doc
=
ccall
(
sbml
(
symbol
),
VPtr
,
(
Cstring
,),
fn
)
try
...
...
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