scilab: fix import_stl_b test
This commit is contained in:
parent
ee8cfd3043
commit
7b2af1de70
2 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
#include <stdexcept>
|
||||
%}
|
||||
|
||||
%include <exception.i>
|
||||
%include <std_except.i>
|
||||
|
||||
%fragment("SciSequence_Cont", "header",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
* Exception typemaps (throws)
|
||||
*/
|
||||
|
||||
%include <exception.i>
|
||||
|
||||
%typemap(throws, noblock=1) int, unsigned int, signed int,
|
||||
int&,unsigned int&, signed int&,
|
||||
long, unsigned long, signed long,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue