scilab: runtime initialization needed in examples

This commit is contained in:
simon 2016-03-08 17:35:08 +01:00
commit 54b84b8fa1
9 changed files with 9 additions and 1 deletions

View file

@ -5,6 +5,7 @@ if ierr <> 0 then
disp(lasterror());
exit(ierr);
end
example_Init();
// First create some objects using the pointer library.
printf("Testing the pointer library\n")