Scilab: small fix on int matrix typemap
This commit is contained in:
parent
d1beaef1ba
commit
627e4002fe
1 changed files with 2 additions and 2 deletions
|
|
@ -44,9 +44,9 @@
|
|||
}
|
||||
|
||||
|
||||
// in (int vectorInSize, int* vectorInSize)
|
||||
// in (int vectorInSize, int* vectorIn)
|
||||
|
||||
%typemap(in) (int vectorInSize, int* vectorInSize)
|
||||
%typemap(in) (int vectorInSize, int* vectorIn)
|
||||
{
|
||||
int rowCount;
|
||||
int colCount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue