diff options
author | simon | 2009-07-21 13:23:34 +0000 |
---|---|---|
committer | simon | 2009-07-21 13:23:34 +0000 |
commit | 2c6f9291a967eb8cd568a14ed17749d3f822d982 (patch) | |
tree | 57b3877a2365cc570304531437a59d50f4776ccc /macros/ToolInitialization | |
parent | 90c57bb4baa9bf4b947c468bd79b51e1d68bd4c4 (diff) | |
download | scilab2c-2c6f9291a967eb8cd568a14ed17749d3f822d982.tar.gz scilab2c-2c6f9291a967eb8cd568a14ed17749d3f822d982.tar.bz2 scilab2c-2c6f9291a967eb8cd568a14ed17749d3f822d982.zip |
added test for Convol function
updated INIT_FillSCI2LibCDirs
Diffstat (limited to 'macros/ToolInitialization')
-rw-r--r-- | macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci b/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci index b2bd775d..c6d1ec7c 100644 --- a/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci +++ b/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci @@ -1528,7 +1528,7 @@ PrintStringInfo(ArgSeparator,ClassFileName,'file','y'); //NUT anche se metto Return funziona bene comunque! cerca di capire il motivo. //NUT limited use to zero in and out args only. // --- Annotation Function And Function List Function. --- -FunctionName = 'return';// +FunctionName = 'return'; PrintStringInfo(' Adding Function: '+FunctionName+'.',GeneralReport,'both','y'); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCAnnFunDir,ClassName,GeneralReport,ExtensionCAnnFun); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCFLFunDir,ClassName,GeneralReport,ExtensionCFuncListFun); @@ -1694,7 +1694,7 @@ INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCFLFunDir,ClassName,GeneralReport,Ex //NUT det is a little bit complex but for the moment we assume that //NUT that det works as trace function. -FunctionName = 'det'; // +FunctionName = 'det'; PrintStringInfo(' Adding Function: '+FunctionName+'.',GeneralReport,'both','y'); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCAnnFunDir,ClassName,GeneralReport,ExtensionCAnnFun); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCFLFunDir,ClassName,GeneralReport,ExtensionCFuncListFun); @@ -2253,7 +2253,7 @@ PrintStringInfo('d2z0'+ArgSeparator+'z0z2',ClassFileName,'file','y'); // --- Annotation Function And Function List Function. --- -FunctionName = 'convol'; +FunctionName = 'convol'; // AS : done except 2 ouputs cases and 3 inputs cases PrintStringInfo(' Adding Function: '+FunctionName+'.',GeneralReport,'both','y'); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCAnnFunDir,ClassName,GeneralReport,ExtensionCAnnFun); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCFLFunDir,ClassName,GeneralReport,ExtensionCFuncListFun); |