Restore testing of ignore_template_constructor under Scilab

This commit is contained in:
William S Fulton 2013-09-17 20:40:50 +01:00
commit 809092b3e7

View file

@ -36,8 +36,6 @@ public:
#endif
#if !defined(SWIGSCILAB)
%template(VectFlow) std::vector<Flow>;
%inline %{
@ -45,5 +43,3 @@ std::vector<Flow> inandout(std::vector<Flow> v) {
return v;
}
%}
#endif