git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12266 626c5289-ae23-0410-ae9c-e8d60b6d4f22
12 lines
192 B
Scilab
12 lines
192 B
Scilab
exec("swigtest.start", -1);
|
|
|
|
a = [1, 2, 3, 4; 5, 6, 7, 8;]
|
|
|
|
try
|
|
array_d_set(a);
|
|
catch
|
|
swigtesterror();
|
|
end
|
|
if array_d_get() <> a then swigtesterror(); end
|
|
|
|
exec("swigtest.start", -1);
|