scilab: runtime initialization needed in examples
This commit is contained in:
parent
b9bddada7a
commit
54b84b8fa1
9 changed files with 9 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue