summaryrefslogtreecommitdiff
path: root/macros/CCodeGeneration/C_WhileExpression.sci
diff options
context:
space:
mode:
authorsiddhu89902017-06-30 11:35:55 +0530
committersiddhu89902017-06-30 11:35:55 +0530
commitbee6bf6e37f6c36fb18b6132702e1528b7edafc2 (patch)
tree1090789e0205f0054c6b31b356b9417c8707176b /macros/CCodeGeneration/C_WhileExpression.sci
parent2c3b9e1055c8c9dfe874df3b7743c4a765042316 (diff)
parent7325b038e06f1571402a63caef2d75db30bd13c1 (diff)
downloadscilab2c-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.sci2
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. ---