Scilab: add STL list example in check list

This commit is contained in:
Simon Marchetto 2013-08-20 10:26:56 +02:00
commit 7a0aaa39b3
2 changed files with 4 additions and 0 deletions

View file

@ -8,6 +8,7 @@ matrix
matrix2
pointer
simple
std_list
std_set
std_vector/std_vector
std_vector/std_vector_as_function_argument

View file

@ -1,3 +1,4 @@
lines(0);
exec loader.sce;
SWIG_Init();
@ -29,3 +30,5 @@ disp("concat this list with the list of string {''cc'', ''dd'', ''ee'', ''ff''}
ss3 = concat_string_list(ss, ss2);
disp(ss3);
exit