Update tests & examples after Scilab API modifications
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-scilab@13526 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
62dbc87460
commit
53b2b4405d
5 changed files with 23 additions and 25 deletions
|
|
@ -43,7 +43,7 @@ int sci_sumitems(char *fname,unsigned long fname_len)
|
|||
return 0;
|
||||
}
|
||||
|
||||
AssignOutputVariable(1) = nbInputArgument + 1;
|
||||
AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx) + 1;
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
|
@ -75,7 +75,7 @@ int sci_getValues(char *fname,unsigned long fname_len)
|
|||
return 0;
|
||||
}
|
||||
|
||||
AssignOutputVariable(1) = nbInputArgument + 1;
|
||||
AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx) + 1;
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue