diff options
author | Sandeep Gupta | 2017-06-21 12:42:02 +0530 |
---|---|---|
committer | Sandeep Gupta | 2017-06-21 12:42:02 +0530 |
commit | 33e4ef72e7f712eb34a0a87e7b45fcca7d08393c (patch) | |
tree | f504c068fe6763f6cf32735e9107cc357c2655a7 /2.3-1/macros/SymbolTable/ST_InsOutArg.sci | |
parent | bbd59785a0607149aca4b809d6e43a4b64e2d797 (diff) | |
parent | 0051253bc224286c118c080c79eaed5bf611bd35 (diff) | |
download | Scilab2C-33e4ef72e7f712eb34a0a87e7b45fcca7d08393c.tar.gz Scilab2C-33e4ef72e7f712eb34a0a87e7b45fcca7d08393c.tar.bz2 Scilab2C-33e4ef72e7f712eb34a0a87e7b45fcca7d08393c.zip |
Updated - Linear Algebra
Diffstat (limited to '2.3-1/macros/SymbolTable/ST_InsOutArg.sci')
-rw-r--r-- | 2.3-1/macros/SymbolTable/ST_InsOutArg.sci | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/2.3-1/macros/SymbolTable/ST_InsOutArg.sci b/2.3-1/macros/SymbolTable/ST_InsOutArg.sci index f4958ff7..fd6b426c 100644 --- a/2.3-1/macros/SymbolTable/ST_InsOutArg.sci +++ b/2.3-1/macros/SymbolTable/ST_InsOutArg.sci @@ -47,8 +47,6 @@ PrintStringInfo('***Putting output arguments in the symbol table***',ReportFileN // ---------------------------
// --- End Initialization. ---
// ---------------------------
-
-
for counteroutput = 1:NOutArg
// #RNU_RES_B
PrintStringInfo(' Symbol ""'+OutArg(counteroutput).Name+'""',ReportFileName,'file','y','n');
|