diff options
author | Siddhesh Wani | 2017-06-20 14:50:21 +0530 |
---|---|---|
committer | GitHub | 2017-06-20 14:50:21 +0530 |
commit | 2859e00d3f1da2d4b5b47514161bf0c63fcef83f (patch) | |
tree | 42fc74d21d1506f2e69359f4083e2d17b4328394 /2.3-1/macros/SymbolTable/ST_InsOutArg.sci | |
parent | 02a004ea1500c403ac1a18a52aaf79aaeb7280ed (diff) | |
parent | 3121a1f5a8203bfd14d46f71930ac5cd22afdf7d (diff) | |
download | Scilab2C-2859e00d3f1da2d4b5b47514161bf0c63fcef83f.tar.gz Scilab2C-2859e00d3f1da2d4b5b47514161bf0c63fcef83f.tar.bz2 Scilab2C-2859e00d3f1da2d4b5b47514161bf0c63fcef83f.zip |
Merge pull request #6 from yash1112/master
Merged with Yash's work. GUI updated for selecting Arduino boards. More functions for Arduino added.
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');
|