diff options
author | siddhu8990 | 2017-06-21 15:51:35 +0530 |
---|---|---|
committer | siddhu8990 | 2017-06-21 15:51:35 +0530 |
commit | 55f0ed8567f3dd7a248925591a161ee1beb46df0 (patch) | |
tree | a5ecd9dfe654e567ac49aea6a11b50984f8ab235 /2.3-1/macros/ASTManagement/AST_HandleEndGenFun.sci | |
parent | cae632f23980b28f814dc9441df40032c8a4c1aa (diff) | |
parent | fb56458ea04849e82f41d9c0f5c817a22839f848 (diff) | |
download | Scilab2C-55f0ed8567f3dd7a248925591a161ee1beb46df0.tar.gz Scilab2C-55f0ed8567f3dd7a248925591a161ee1beb46df0.tar.bz2 Scilab2C-55f0ed8567f3dd7a248925591a161ee1beb46df0.zip |
Merged new linear algebra functions
Diffstat (limited to '2.3-1/macros/ASTManagement/AST_HandleEndGenFun.sci')
-rw-r--r-- | 2.3-1/macros/ASTManagement/AST_HandleEndGenFun.sci | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/2.3-1/macros/ASTManagement/AST_HandleEndGenFun.sci b/2.3-1/macros/ASTManagement/AST_HandleEndGenFun.sci index 7f551307..32685de3 100644 --- a/2.3-1/macros/ASTManagement/AST_HandleEndGenFun.sci +++ b/2.3-1/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 |