summaryrefslogtreecommitdiff
path: root/macros/ASTManagement/AST_HandleCC.sci
diff options
context:
space:
mode:
authorukashanoor2017-07-07 17:12:14 +0530
committerukashanoor2017-07-07 17:12:14 +0530
commitec1677606d3e636a47d4fd0853f83868b3953314 (patch)
tree460ef055bfa213fa98a9306035ad0578a6036e9e /macros/ASTManagement/AST_HandleCC.sci
parent87823db220f4c3b8bee16c0b2e08027704de1efe (diff)
downloadscilab2c-ec1677606d3e636a47d4fd0853f83868b3953314.tar.gz
scilab2c-ec1677606d3e636a47d4fd0853f83868b3953314.tar.bz2
scilab2c-ec1677606d3e636a47d4fd0853f83868b3953314.zip
array declaration
Diffstat (limited to 'macros/ASTManagement/AST_HandleCC.sci')
-rw-r--r--macros/ASTManagement/AST_HandleCC.sci14
1 files changed, 4 insertions, 10 deletions
diff --git a/macros/ASTManagement/AST_HandleCC.sci b/macros/ASTManagement/AST_HandleCC.sci
index cc411549..897a06f1 100644
--- a/macros/ASTManagement/AST_HandleCC.sci
+++ b/macros/ASTManagement/AST_HandleCC.sci
@@ -8,7 +8,9 @@
// Author: Ukasha Noor
// Organization: FOSSEE, IIT Bombay
// Email: toolbox@scilab.in
-
+// This function is used for 2D array declaration
+// This function extracts the input arguments in the array and check there Name and Scope.
+// Then repush everything back to stack
function [RhsNames,RhsScope,NRhs] = AST_HandleCC(FileInfo,SharedInfo)
SCI2CNInArgCheck(argn(2),2,2)
@@ -56,14 +58,6 @@ for cntpush = cntpop:-1:1
end
-//for counterinputargs = 1:NRhs
- //#RNU_RES_B
- //disp(counterinputargs);
- //PrintStringInfo('Input Argument Number '+string(counterinputargs)+': '+RhsNames(counterinputargs).Name,...
- // ReportFileName,'file','y');
- //PrintStringInfo(' Scope: '+RhsNames(counterinputargs).Scope,...
- // ReportFileName,'file','y');
- //#RNU_RES_E
-//end
+
endfunction