summaryrefslogtreecommitdiff
path: root/macros/ASTManagement/AST_HandleEndGenFun.sci
diff options
context:
space:
mode:
authorsiddhu89902017-06-21 15:51:35 +0530
committersiddhu89902017-06-21 15:51:35 +0530
commit2c3b9e1055c8c9dfe874df3b7743c4a765042316 (patch)
treeb3df485fe31ad42fde9bb20d553c162c94f27b08 /macros/ASTManagement/AST_HandleEndGenFun.sci
parent7dd99346700740df9480b1f47221e24afc32371d (diff)
parentd8c9e974d3ce553198b487dadc51c7612e92de85 (diff)
downloadscilab2c-2c3b9e1055c8c9dfe874df3b7743c4a765042316.tar.gz
scilab2c-2c3b9e1055c8c9dfe874df3b7743c4a765042316.tar.bz2
scilab2c-2c3b9e1055c8c9dfe874df3b7743c4a765042316.zip
Merged new linear algebra functions
Diffstat (limited to 'macros/ASTManagement/AST_HandleEndGenFun.sci')
-rw-r--r--macros/ASTManagement/AST_HandleEndGenFun.sci1
1 files changed, 0 insertions, 1 deletions
diff --git a/macros/ASTManagement/AST_HandleEndGenFun.sci b/macros/ASTManagement/AST_HandleEndGenFun.sci
index 7f551307..32685de3 100644
--- a/macros/ASTManagement/AST_HandleEndGenFun.sci
+++ b/macros/ASTManagement/AST_HandleEndGenFun.sci
@@ -456,7 +456,6 @@ NOutArg_mod = NOutArg
//#RNU_RES_B
PrintStringInfo(' C Function Name: '+CFunName,ReportFileName,'file','y');
if(IsArduinoFunction(ASTFunName))
- //disp(ASTFunName)
if(IsArduinoSetupFunction(ASTFunName))
//If current function is an arduino setup function (like 'dc_motor_setup'), it
//should not be converted and inserted here. It is inserted in a list now and