diff options
author | siddhu8990 | 2017-04-13 10:42:02 +0530 |
---|---|---|
committer | siddhu8990 | 2017-04-13 10:42:02 +0530 |
commit | 160eb350837f8cd3cdb0943b5929e11f44036826 (patch) | |
tree | 5b8166b0ec4aca53df11365f8be96ac07088558f /2.3-1/macros/SymbolTable/ST_GetInArgInfo.sci | |
parent | e59107e6bb2695fc20fd0ab229e296b9bf739fc4 (diff) | |
download | Scilab2C-160eb350837f8cd3cdb0943b5929e11f44036826.tar.gz Scilab2C-160eb350837f8cd3cdb0943b5929e11f44036826.tar.bz2 Scilab2C-160eb350837f8cd3cdb0943b5929e11f44036826.zip |
Functions added - balance,rcond,obscont
Diffstat (limited to '2.3-1/macros/SymbolTable/ST_GetInArgInfo.sci')
-rw-r--r-- | 2.3-1/macros/SymbolTable/ST_GetInArgInfo.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2.3-1/macros/SymbolTable/ST_GetInArgInfo.sci b/2.3-1/macros/SymbolTable/ST_GetInArgInfo.sci index a81c115d..9f5cbd4e 100644 --- a/2.3-1/macros/SymbolTable/ST_GetInArgInfo.sci +++ b/2.3-1/macros/SymbolTable/ST_GetInArgInfo.sci @@ -129,6 +129,7 @@ for cntinarg = 1:NInArg PrintStringInfo('Input Argument '+string(cntinarg)+' is a symbol: '+tmpname+'.',FileInfo.Funct(nxtscifunnumber).ReportFileName,'file');
// #RNU_RES_E
[TBFlagfound,TBType,TBSize,TBValue,TBFindLike,TBDimension,TBScope] = ST_GetSymbolInfo(tmpname,FileInfo,SharedInfo);
+
if (TBFlagfound == 0)
if(ASTFunName == 'ode')
if((NInArg == 4 & cntinarg == 4) | (NInArg == 6 & cntinarg == 6))
|