Skip to content
Snippets Groups Projects
Commit 633ace00 authored by Habil, Ardalan (arhab001)'s avatar Habil, Ardalan (arhab001)
Browse files

no need for validation var

parent c9d9ab22
Branches
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ static const R_CallMethodDef callMethods[] = { ...@@ -54,7 +54,7 @@ static const R_CallMethodDef callMethods[] = {
{"getSBMLCompartList", (DL_FUNC) &getSBMLCompartList, 1}, {"getSBMLCompartList", (DL_FUNC) &getSBMLCompartList, 1},
{"getSBMLSpeciesList", (DL_FUNC) &getSBMLSpeciesList, 1}, {"getSBMLSpeciesList", (DL_FUNC) &getSBMLSpeciesList, 1},
{"getSBMLReactionsList", (DL_FUNC) &getSBMLReactionsList, 1}, {"getSBMLReactionsList", (DL_FUNC) &getSBMLReactionsList, 1},
{"exportSBML", (DL_FUNC) &exportSBML, 34}, {"exportSBML", (DL_FUNC) &exportSBML, 33},
{"getSBMLFbcversion", (DL_FUNC) &getSBMLFbcversion, 1}, {"getSBMLFbcversion", (DL_FUNC) &getSBMLFbcversion, 1},
{NULL, NULL, 0} {NULL, NULL, 0}
}; };
...@@ -66,5 +66,3 @@ void R_init_sybilSBML(DllInfo *info) { ...@@ -66,5 +66,3 @@ void R_init_sybilSBML(DllInfo *info) {
R_registerRoutines(info, NULL, callMethods, NULL, NULL); R_registerRoutines(info, NULL, callMethods, NULL, NULL);
R_useDynamicSymbols(info, FALSE); R_useDynamicSymbols(info, FALSE);
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment