summaryrefslogtreecommitdiff
path: root/macros/ASTManagement/AST_HandleEndGenFun.sci
diff options
context:
space:
mode:
authorsiddhu89902017-02-07 16:16:31 +0530
committersiddhu89902017-02-07 16:16:31 +0530
commite7dba33a909e158dffc6ddb3361df10d427db631 (patch)
treed71a27ff842d6088798ce8a0db16decb1fe10853 /macros/ASTManagement/AST_HandleEndGenFun.sci
parent765d9c44f94634406eeff50e20e8cdfcf1b7699c (diff)
downloadscilab2c-e7dba33a909e158dffc6ddb3361df10d427db631.tar.gz
scilab2c-e7dba33a909e158dffc6ddb3361df10d427db631.tar.bz2
scilab2c-e7dba33a909e158dffc6ddb3361df10d427db631.zip
Support for 'lqr' and 'lqe' added
Diffstat (limited to 'macros/ASTManagement/AST_HandleEndGenFun.sci')
-rw-r--r--macros/ASTManagement/AST_HandleEndGenFun.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ASTManagement/AST_HandleEndGenFun.sci b/macros/ASTManagement/AST_HandleEndGenFun.sci
index fa7b33a2..5ff7181f 100644
--- a/macros/ASTManagement/AST_HandleEndGenFun.sci
+++ b/macros/ASTManagement/AST_HandleEndGenFun.sci
@@ -316,7 +316,7 @@ NOutArg_mod = NOutArg
OutArg(1).FindLike = InArg(1).FindLike;
OutArg(1).Scope = 'Number_d';
else
- OutArg = FA_GetOutArgInfo(InArg,NInArg,OutArg,NOutArg,SharedInfo,FunPrecSpecifier,FunTypeAnnot,FunSizeAnnot,ReportFileName);
+ OutArg = FA_GetOutArgInfo(InArg,NInArg,OutArg,NOutArg,SharedInfo,FunPrecSpecifier,FunTypeAnnot,FunSizeAnnot,ReportFileName,ASTFunName);
end
// #RNU_RES_B