diff options
author | simon | 2009-07-17 13:03:35 +0000 |
---|---|---|
committer | simon | 2009-07-17 13:03:35 +0000 |
commit | 47036196e94e57a6ee785d16748e768be380760f (patch) | |
tree | 006c3fa019fb7cd17b3d5e9e889db9edf74b2bd2 /macros/ToolInitialization | |
parent | 1faca9f1d0eeed0cc607860e46f73629cd328b5f (diff) | |
download | scilab2c-47036196e94e57a6ee785d16748e768be380760f.tar.gz scilab2c-47036196e94e57a6ee785d16748e768be380760f.tar.bz2 scilab2c-47036196e94e57a6ee785d16748e768be380760f.zip |
added test for trace 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 d458eafd..4f1df8cd 100644 --- a/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci +++ b/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci @@ -1687,14 +1687,14 @@ PrintStringInfo('c2'+ArgSeparator+'c0',ClassFileName,'file','y'); PrintStringInfo('z2'+ArgSeparator+'z0',ClassFileName,'file','y'); // --- Annotation Function And Function List Function. --- -FunctionName = 'trace'; +FunctionName = 'trace'; // AS : Done PrintStringInfo(' Adding Function: '+FunctionName+'.',GeneralReport,'both','y'); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCAnnFunDir,ClassName,GeneralReport,ExtensionCAnnFun); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCFLFunDir,ClassName,GeneralReport,ExtensionCFuncListFun); //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); @@ -1805,7 +1805,7 @@ PrintStringInfo('z2d2d0d2'+ArgSeparator,ClassFileName,'file','y'); PrintStringInfo('z2d2d2d2'+ArgSeparator,ClassFileName,'file','y'); // --- Annotation Function And Function List Function. --- -FunctionName = 'OpIns'; +FunctionName = 'OpIns'; // AS : Done PrintStringInfo(' Adding Function: '+FunctionName+'.',GeneralReport,'both','y'); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCAnnFunDir,ClassName,GeneralReport,ExtensionCAnnFun); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCFLFunDir,ClassName,GeneralReport,ExtensionCFuncListFun); |