From c1c706fbd8a2cd0f7dac73a1f5f936dd4eb24826 Mon Sep 17 00:00:00 2001 From: Simon Marchetto Date: Mon, 16 Jun 2014 17:08:25 +0200 Subject: [PATCH] scilab: update doc (unsigned ints typemaps changes) --- Doc/Manual/Scilab.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Doc/Manual/Scilab.html b/Doc/Manual/Scilab.html index a1ba7f8e2..dfcf3959c 100644 --- a/Doc/Manual/Scilab.html +++ b/Doc/Manual/Scilab.html @@ -1351,13 +1351,13 @@ The following table provides the equivalent Scilab type for C/C++ primitive type boolboolean charstring signed chardouble or int8 -unsigned charuint8 +unsigned chardouble or uint8 shortdouble or int16 -unsigned shortuint16 +unsigned shortdouble or uint16 intdouble or int32 -unsigned intuint32 +unsigned intdouble or uint32 longdouble or int32 -unsigned longuint32 +unsigned longdouble or uint32 signed long longnot supported in Scilab 5.x unsigned long longnot supported in Scilab 5.x floatdouble @@ -1370,15 +1370,14 @@ The following table provides the equivalent Scilab type for C/C++ primitive type Notes: