//get varId from varName
C2F(str2name)(_pstName, iVarID, (int)strlen(_pstName));
- //create a null matrix a the Top of the stack
+ //create a null matrix at the Top of the stack
Top = Top + 1;
il = iadr(*Lstk(Top));
*istk(il) = 0;
}
- /* Load an element of a the previously set variable B */
+ /* Load an element of the previously set variable B */
{
char variableToBeRetrieved[] = "B";
}
/**
- * Get a the list of the etc dirs in modules dirs
+ * Get the list of the etc dirs in modules dirs
* @return the lit of etc dirs
*/
public static List<File> getEtcDir() {
/*
* Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
* Copyright (C) 2006 - INRIA - Sylvestre LEDRU
- *
+ *
* This file must be used under the terms of the CeCILL.
* This source file is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
- * are also available at
+ * are also available at
* http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
*
*/
/*--------------------------------------------------------------------------*/
/**
- * Parse a the global variable C2F(cha1).buf (ugly ...)
+ * Parse the global variable C2F(cha1).buf (ugly ...)
*
* @return <ReturnValue>
*/
/**
* @TODO : add comment
*
- * @param n
+ * @param n
* @return <ReturnValue>
*/
int Eptover(int n);
/**
* @TODO : add comment
*
- * @param n
+ * @param n
* @return <ReturnValue>
*/
int Ptover(int n);
/**
* @TODO : add comment
*
- * @param void
+ * @param void
*/
void C2F(parsecomment)(void);
/*--------------------------------------------------------------------------*/
<para>
The function demo_mdialog create a dialog box. It takes as argument a binary
file. This file is built by a .sce file written like below. It shall contain
- the variables 'titl', the title a the dialog box, 'namevar', the name of the
+ the variables 'titl', the title the dialog box, 'namevar', the name of the
fields to fill, and 'value', the values written by default. After this, these
three variables shall be saved in the binary file.
The use of demo_mdialog shall be preceded by the execution of the .sce
function with calling sequence <literal>f(t,x1,x2,...)</literal>.
</para>
<para>
- If <literal>f</literal> is a string it refers to a the name of a
+ If <literal>f</literal> is a string it refers to the name of a
Fortran function or a C prodedure with a given calling sequence:
</para>
<para>
virtual int * invoke(int id, const char * methodName, int * args, int argsSize) = 0;
/**
- * Set a the value of the given field
+ * Set the value of the given field
* @param id the object id
* @param fieldName the field name
* @param idarg the id of the value
virtual int wrapBool(int * x, int xSize, int xSizeCol, const bool isRef) const = 0;
/**
- * Unwrap a the external object with the given id into a double
+ * Unwrap the external object with the given id into a double
* @param id the value to wrap
* @param pos the position in the Scilab stack where to put the result
*/
kk=(k-1)*N+1:k*N;
data(kk,kk)=matrix(rand(1:N*N),N,N);
end
-// function to compute quantiles in blocks from a the data sparse matrix
+// function to compute quantiles in blocks from the data sparse matrix
function r= quantiles_sparse(indices_i, indices_j, ranks)
tmp=gsort(full(data(indices_i, indices_j)),'g','i');
r=tmp(ranks);
}
/**
- * A trick to easily determine the y-coordinate of a the line n (useful in SciNotesLineNumberPanel)
+ * A trick to easily determine the y-coordinate of the line n (useful in SciNotesLineNumberPanel)
* @param n the line number
* @return the y-coordinate of the line
*/
}
/**
- * A trick to easily determine the y-coordinate of a the line n (useful in SciNotesLineNumberPanel)
+ * A trick to easily determine the y-coordinate of the line n (useful in SciNotesLineNumberPanel)
* @param n the line number
* @return the y-coordinate of the line
*/