From a2b512fac42cc9dd89912aed5b8e5440e5dc614d Mon Sep 17 00:00:00 2001 From: jofret Date: Mon, 26 Jul 2010 07:39:40 +0000 Subject: Move SCI2CInt -> int --- scilab2c/macros/ToolInitialization/INIT_GenSharedInfo.sci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scilab2c/macros/ToolInitialization/INIT_GenSharedInfo.sci b/scilab2c/macros/ToolInitialization/INIT_GenSharedInfo.sci index 61c17e19..eb8a5ffa 100644 --- a/scilab2c/macros/ToolInitialization/INIT_GenSharedInfo.sci +++ b/scilab2c/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. -- cgit