[scilab] fix compilation (checked with the additional compiler options)

This commit is contained in:
Simon Marchetto 2018-02-01 14:31:52 +01:00
commit 1647135369

View file

@ -491,6 +491,9 @@ int SWIG_ptr(SWIG_GatewayParameters) {
return SWIG_Scilab_SetOutput(pvApiCtx,
SwigScilabPtrFromObject(pvApiCtx, 1, ptrValue, SWIG_Scilab_TypeQuery(pstInputPtrTypeName), 0, pstOutputMListTypeName));
}
else {
return SWIG_ERROR;
}
}
else if (iTypeVar1 == sci_matrix) {
double dValue = 0;