Scilab: fix examples (no paging which stops tests)

This commit is contained in:
Simon Marchetto 2013-08-20 10:26:08 +02:00
commit 62b61b5349
15 changed files with 21 additions and 19 deletions

View file

@ -1,5 +1,5 @@
//loader the *.so
exec loader.sce
lines(0);
exec loader.sce;
//create a struct
a=new_Bar();