Scilab: init function name SWIG_Init() changed to <module>_Init()
This commit is contained in:
parent
109c65f52f
commit
77da84f549
7 changed files with 22 additions and 20 deletions
|
|
@ -1,7 +1,7 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
SWIG_Init();
|
||||
example_Init();
|
||||
|
||||
printf("\nConstants are wrapped by functions:\n");
|
||||
printf("ICONST = %i (should be 42)\n", ICONST);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue