diff options
author | jofret | 2010-07-26 07:39:40 +0000 |
---|---|---|
committer | jofret | 2010-07-26 07:39:40 +0000 |
commit | ebe5ae1f3471535ff7a7d5fdf4d5489267f48690 (patch) | |
tree | 170fe8bf7f905e09814498d29e6822486c43a36e /macros | |
parent | 6610b03fcf6e7f0c96dbf4ff6724f91d0ed0758c (diff) | |
download | scilab2c-ebe5ae1f3471535ff7a7d5fdf4d5489267f48690.tar.gz scilab2c-ebe5ae1f3471535ff7a7d5fdf4d5489267f48690.tar.bz2 scilab2c-ebe5ae1f3471535ff7a7d5fdf4d5489267f48690.zip |
Move SCI2CInt -> int
Diffstat (limited to 'macros')
-rw-r--r-- | macros/ToolInitialization/INIT_GenSharedInfo.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ToolInitialization/INIT_GenSharedInfo.sci b/macros/ToolInitialization/INIT_GenSharedInfo.sci index 61c17e19..eb8a5ffa 100644 --- a/macros/ToolInitialization/INIT_GenSharedInfo.sci +++ b/macros/ToolInitialization/INIT_GenSharedInfo.sci @@ -56,7 +56,7 @@ SharedInfo.NFilesToTranslate = 1; // --- Annotations. ---
SharedInfo.Annotations.GBLVAR = 'global';
-SharedInfo.Annotations.DataPrec = {'SCI2Cint','float','double'};
+SharedInfo.Annotations.DataPrec = {'int','float','double'};
SharedInfo.Annotations.FUNNIN = 'NIN=';
SharedInfo.Annotations.FUNNOUT = 'NOUT=';
SharedInfo.Annotations.FUNTYPE = '''OUT(''+string(SCI2C_nout)+'').TP='''; // Type includes also precision.
|