Cosmetic test case change

This commit is contained in:
William S Fulton 2014-06-23 19:49:15 +01:00
commit 70cee61c2a

View file

@ -1,6 +1,6 @@
%module scilab_li_matrix
%include matrix.i
%include "matrix.i"
%define %use_matrix_apply(TYPE...)
%apply (TYPE *IN, int IN_ROWCOUNT, int IN_COLCOUNT) { (TYPE *matrix, int nbRow, int nbCol) }