diff options
author | siddhu8990 | 2017-06-30 11:35:55 +0530 |
---|---|---|
committer | siddhu8990 | 2017-06-30 11:35:55 +0530 |
commit | bee6bf6e37f6c36fb18b6132702e1528b7edafc2 (patch) | |
tree | 1090789e0205f0054c6b31b356b9417c8707176b /macros/CCodeGeneration/C_WhileExpression.sci | |
parent | 2c3b9e1055c8c9dfe874df3b7743c4a765042316 (diff) | |
parent | 7325b038e06f1571402a63caef2d75db30bd13c1 (diff) | |
download | scilab2c-bee6bf6e37f6c36fb18b6132702e1528b7edafc2.tar.gz scilab2c-bee6bf6e37f6c36fb18b6132702e1528b7edafc2.tar.bz2 scilab2c-bee6bf6e37f6c36fb18b6132702e1528b7edafc2.zip |
Matrix declaration modified
Diffstat (limited to 'macros/CCodeGeneration/C_WhileExpression.sci')
-rw-r--r-- | macros/CCodeGeneration/C_WhileExpression.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/CCodeGeneration/C_WhileExpression.sci b/macros/CCodeGeneration/C_WhileExpression.sci index d7cf70ec..368ccffa 100644 --- a/macros/CCodeGeneration/C_WhileExpression.sci +++ b/macros/CCodeGeneration/C_WhileExpression.sci @@ -19,7 +19,7 @@ function SharedInfo = C_WhileExpression(IfCondArg,NIfCondArg,Op,NOp,FileInfo,Sha // ------------------------------ // --- Check input arguments. --- // ------------------------------ -//SCI2CNInArgCheck(argn(2),2,2); +SCI2CNInArgCheck(argn(2),6,6); // ----------------------- // --- Initialization. --- |