From 52de97290366abe6cfb0576ca19d9c1732c1f0ea Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Tue, 18 Oct 2016 10:31:23 +0530 Subject: Suppressed declaration of not required variables and functions --- macros/SymbolTable/ST_GetInArgInfo.sci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/SymbolTable/ST_GetInArgInfo.sci') diff --git a/macros/SymbolTable/ST_GetInArgInfo.sci b/macros/SymbolTable/ST_GetInArgInfo.sci index 03b067a1..27069310 100644 --- a/macros/SymbolTable/ST_GetInArgInfo.sci +++ b/macros/SymbolTable/ST_GetInArgInfo.sci @@ -47,7 +47,7 @@ UpdatedInArg = InArg; for cntinarg = 1:NInArg tmpname = InArg(cntinarg).Name; - tmpscope = InArg(cntinarg).Scope; + tmpscope = InArg(cntinarg).Scope; lengthNumber = length('Number_'); if (part(tmpscope,1:lengthNumber) == 'Number_') // #RNU_RES_B -- cgit