Scilab: add STL list example in check list
This commit is contained in:
parent
62b61b5349
commit
7a0aaa39b3
2 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ matrix
|
|||
matrix2
|
||||
pointer
|
||||
simple
|
||||
std_list
|
||||
std_set
|
||||
std_vector/std_vector
|
||||
std_vector/std_vector_as_function_argument
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue