return 0;
}
- //fisrt call to retrieve dimensions
+ //first call to retrieve dimensions
sciErr = getMatrixOfString(pvApiCtx, piAddr, &iRows, &iCols, NULL, NULL);
if(sciErr.iErr)
{
return 0;
}
- //fisrt call to retrieve dimensions
+ //first call to retrieve dimensions
sciErr = getMatrixOfString(pvApiCtx, piAddr, &iRows, &iCols, NULL, NULL);
if (sciErr.iErr)
{
char** pstData = NULL;
SciErr sciErr;
- //fisrt call to retrieve dimensions
+ //first call to retrieve dimensions
sciErr = readNamedMatrixOfString(pvApiCtx, variableToBeRetrieved, &iRows, &iCols, NULL, NULL);
if (sciErr.iErr)
{
char** pstData = NULL;
SciErr sciErr;
- //fisrt call to retrieve dimensions
+ //first call to retrieve dimensions
sciErr = readNamedMatrixOfString(pvApiCtx, variableToBeRetrieved, &iRows, &iCols, NULL, NULL);
if (sciErr.iErr)
{
char** pstData = NULL;
SciErr sciErr;
-//fisrt call to retrieve dimensions
+//first call to retrieve dimensions
sciErr = readNamedMatrixOfString(pvApiCtx,variableToBeRetrieved,&iRows, &iCols, NULL, NULL);
if(sciErr.iErr)
{
* input args are supposed to be indexed by ifirst,ifirst+1,...
* thestring= string made of the name of a Scilab function
* mlhs,mlhs = number of lhs and rhs parameters of the function
-* ifisrt,thestring,mlhs and mrhs are input parameters.
+* ifirst,thestring,mlhs and mrhs are input parameters.
*---------------------------------------------------------------------*/
int C2F(scistring) (int *ifirst, char *thestring, int *mlhs, int *mrhs, unsigned long thestring_len)
int *piLen = NULL;
char **pstData = NULL;
- //fisrt call to retrieve dimensions
+ //first call to retrieve dimensions
sciErr = readNamedMatrixOfString(pvApiCtx, variableName, nbRow, nbCol, NULL, NULL);
if (sciErr.iErr)
{
case sci_strings :
- //fisrt call to retrieve dimensions
+ //first call to retrieve dimensions
sciErr = getMatrixOfString(pvApiCtx, piAddr, &iRows, &iCols, NULL, NULL);
if (sciErr.iErr)
{