Revert "scilab: runtime initialization needed in examples"

This reverts commit 54b84b8fa1.
This commit is contained in:
William S Fulton 2016-03-18 08:56:23 +00:00
commit 9d4a4439da
9 changed files with 1 additions and 9 deletions

View file

@ -5,7 +5,6 @@ if ierr <> 0 then
disp(lasterror());
exit(ierr);
end
example_Init();
a = 37
b = 42