diff options
author | simon | 2009-08-06 07:26:23 +0000 |
---|---|---|
committer | simon | 2009-08-06 07:26:23 +0000 |
commit | 5fbff3b6690813652ffe1af2344761374278e445 (patch) | |
tree | 51cca486d62f9d0397fce2368656ae6ebedfd745 /macros | |
parent | 182249b0376bc5affb742c2c6ba53b78bc75bf70 (diff) | |
download | scilab2c-5fbff3b6690813652ffe1af2344761374278e445.tar.gz scilab2c-5fbff3b6690813652ffe1af2344761374278e445.tar.bz2 scilab2c-5fbff3b6690813652ffe1af2344761374278e445.zip |
updated INIT_FillSCI2LibCDirs
added sci2c test for FFTshift
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 301459b0..2de3fadb 100644 --- a/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci +++ b/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci @@ -2448,7 +2448,7 @@ PrintStringInfo('z2d0'+ArgSeparator+'z2',ClassFileName,'file','y'); PrintStringInfo('z2g2'+ArgSeparator+'z2',ClassFileName,'file','y'); // --- Annotation Function And Function List Function. --- -FunctionName = 'fftshift'; +FunctionName = 'fftshift'; // AS : Done PrintStringInfo(' Adding Function: '+FunctionName+'.',GeneralReport,'both','y'); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCAnnFunDir,ClassName,GeneralReport,ExtensionCAnnFun); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCFLFunDir,ClassName,GeneralReport,ExtensionCFuncListFun); |