Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
ccb
sybilSBML
Commits
633ace00
Commit
633ace00
authored
Dec 07, 2016
by
Habil, Ardalan (arhab001)
Browse files
no need for validation var
parent
c9d9ab22
Changes
1
Show whitespace changes
Inline
Side-by-side
src/init.c
View file @
633ace00
...
...
@@ -54,7 +54,7 @@ static const R_CallMethodDef callMethods[] = {
{
"getSBMLCompartList"
,
(
DL_FUNC
)
&
getSBMLCompartList
,
1
},
{
"getSBMLSpeciesList"
,
(
DL_FUNC
)
&
getSBMLSpeciesList
,
1
},
{
"getSBMLReactionsList"
,
(
DL_FUNC
)
&
getSBMLReactionsList
,
1
},
{
"exportSBML"
,
(
DL_FUNC
)
&
exportSBML
,
3
4
},
{
"exportSBML"
,
(
DL_FUNC
)
&
exportSBML
,
3
3
},
{
"getSBMLFbcversion"
,
(
DL_FUNC
)
&
getSBMLFbcversion
,
1
},
{
NULL
,
NULL
,
0
}
};
...
...
@@ -66,5 +66,3 @@ void R_init_sybilSBML(DllInfo *info) {
R_registerRoutines
(
info
,
NULL
,
callMethods
,
NULL
,
NULL
);
R_useDynamicSymbols
(
info
,
FALSE
);
}
\ No newline at end of file
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