diff options
author | simon | 2009-07-17 13:54:09 +0000 |
---|---|---|
committer | simon | 2009-07-17 13:54:09 +0000 |
commit | d1fdf00c9f1a8d7340f9c49e8202926bb5de3ec9 (patch) | |
tree | efc88d79c84df0a46a6afddfb9bec5dde34908e0 /macros | |
parent | 701816cbe04b14d1f38803778f2c65bc05ecfc67 (diff) | |
download | scilab2c-d1fdf00c9f1a8d7340f9c49e8202926bb5de3ec9.tar.gz scilab2c-d1fdf00c9f1a8d7340f9c49e8202926bb5de3ec9.tar.bz2 scilab2c-d1fdf00c9f1a8d7340f9c49e8202926bb5de3ec9.zip |
added test for OpEqual
updated INIT_FillSCI2LibCDirs
Diffstat (limited to 'macros')
-rw-r--r-- | macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci b/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci index 9f7f412e..40cd1146 100644 --- a/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci +++ b/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci @@ -1936,7 +1936,7 @@ PrintStringInfo('g2'+ArgSeparator+'g2',ClassFileName,'file','y'); //NUT per ora non considero le equal con nin != 1 // --- Annotation Function And Function List Function. --- -FunctionName = 'OpEqual'; +FunctionName = 'OpEqual'; // AS : Done PrintStringInfo(' Adding Function: '+FunctionName+'.',GeneralReport,'both','y'); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCAnnFunDir,ClassName,GeneralReport,ExtensionCAnnFun); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCFLFunDir,ClassName,GeneralReport,ExtensionCFuncListFun); |