[scilab] fix compilation (checked with the additional compiler options)
This commit is contained in:
parent
7a9ee39412
commit
1647135369
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue