summaryrefslogtreecommitdiff
path: root/2.3-1/macros/SymbolTable
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/macros/SymbolTable')
-rw-r--r--2.3-1/macros/SymbolTable/ST_GetInArgInfo.binbin37380 -> 37384 bytes
-rw-r--r--2.3-1/macros/SymbolTable/ST_GetInArgInfo.sci1
2 files changed, 1 insertions, 0 deletions
diff --git a/2.3-1/macros/SymbolTable/ST_GetInArgInfo.bin b/2.3-1/macros/SymbolTable/ST_GetInArgInfo.bin
index 4a316171..6eb16e37 100644
--- a/2.3-1/macros/SymbolTable/ST_GetInArgInfo.bin
+++ b/2.3-1/macros/SymbolTable/ST_GetInArgInfo.bin
Binary files differ
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))