summaryrefslogtreecommitdiff
path: root/macros/ToolInitialization/INIT_GenSharedInfo.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/ToolInitialization/INIT_GenSharedInfo.sci')
-rw-r--r--macros/ToolInitialization/INIT_GenSharedInfo.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ToolInitialization/INIT_GenSharedInfo.sci b/macros/ToolInitialization/INIT_GenSharedInfo.sci
index eb8a5ff..7b8826c 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 = {'int','float','double'};
+SharedInfo.Annotations.DataPrec = {'uint8','int8','uint16','int16','int','float','double'};
SharedInfo.Annotations.FUNNIN = 'NIN=';
SharedInfo.Annotations.FUNNOUT = 'NOUT=';
SharedInfo.Annotations.FUNTYPE = '''OUT(''+string(SCI2C_nout)+'').TP='''; // Type includes also precision.