Scilab: ignore test ignore_template_constructor (no support of vector<class> yet)
This commit is contained in:
parent
08b779aee2
commit
74cd6281de
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ public:
|
|||
|
||||
#endif
|
||||
|
||||
#if !defined(SWIGSCILAB)
|
||||
|
||||
%template(VectFlow) std::vector<Flow>;
|
||||
|
||||
%inline %{
|
||||
|
|
@ -43,3 +45,5 @@ std::vector<Flow> inandout(std::vector<Flow> v) {
|
|||
return v;
|
||||
}
|
||||
%}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue